summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.py b/main.py
index 8318da0..f381db5 100644
--- a/main.py
+++ b/main.py
@@ -20,10 +20,12 @@ def run():
SOURCES TO ADD NEXT:
-ABC
-REUTERS
- -THE HILL
'''
+ hil=buildTheHill()
+ sourceList.append(hil)
+
nyt=buildNYT()
sourceList.append(nyt)
@@ -57,8 +59,9 @@ def run():
cbs=buildCBS()
sourceList.append(cbs)
- wkl=buildWeeklyStandard()
- sourceList.append(wkl)
+ #Weekly standard just doesn't update frequently enough
+ #wkl=buildWeeklyStandard()
+ #sourceList.append(wkl)
fox=buildFoxNews()
sourceList.append(fox)