summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-03-23 17:00:05 -0400
committerssstvinc2 <sstvinc2@gmail.com>2017-03-23 17:00:05 -0400
commit79b293fdc9da9abe9399c727e08efb1b32fd4337 (patch)
tree23660bddfcc6b2d03c91aacb57be47463fdcfb58 /main.py
parent85f03a6d410295e1a59c6a8b579a32d9dbfe50ea (diff)
added washington times
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