summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/main.py b/main.py
index 92f96ae..296de05 100644
--- a/main.py
+++ b/main.py
@@ -15,6 +15,10 @@ def main():
def run():
sourceList=[]
+
+ nyt=buildNYT()
+ sourceList.append(nyt)
+
blz=buildBlaze()
sourceList.append(blz)
@@ -30,9 +34,6 @@ def run():
wkl=buildWeeklyStandard()
sourceList.append(wkl)
- #nyt=buildNYT()
- #sourceList.append(nyt)
-
fox=buildFoxNews()
sourceList.append(fox)