summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.py b/main.py
index 735ff6b..a109d2f 100755
--- a/main.py
+++ b/main.py
@@ -21,9 +21,7 @@ def run():
SOURCES TO ADD NEXT:
-ABC
-REUTERS
- -Christian Science Monitor
-Town Hall
- -Washington Times
'''
@@ -31,7 +29,7 @@ def run():
### These values have to be the second half of the function name
### E.g. Guardian calls buildGuardian(), etc.
sourceFnArr=['Guardian', 'TheHill', 'NPR', 'BBC', 'NBC', 'CBS',
- 'FoxNews', 'WashTimes'] #'Blaze'
+ 'FoxNews', 'WashTimes', 'CSM', 'ABC'] #'Blaze'
for source in sourceFnArr:
tries=0