summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-15 23:33:56 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-15 23:33:56 -0600
commit233eb048a9bc2c4b84e1ae6a47de6b088779ee4e (patch)
tree95681c7f50d434f4b8380f17656135324632c6a6 /main.py
parent38483987b2389b92ca06ac1b409f358ecd4fa991 (diff)
Fixed NYT, plus other parsing fixes and a minor visual tweak
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)