summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/main.py b/main.py
index 5025fdc..8318da0 100644
--- a/main.py
+++ b/main.py
@@ -15,9 +15,17 @@ def main():
def run():
sourceList=[]
+ '''
- #nyt=buildNYT()
- #sourceList.append(nyt)
+ SOURCES TO ADD NEXT:
+ -ABC
+ -REUTERS
+ -THE HILL
+
+ '''
+
+ nyt=buildNYT()
+ sourceList.append(nyt)
npr=buildNPR()
sourceList.append(npr)