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