From 233eb048a9bc2c4b84e1ae6a47de6b088779ee4e Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Wed, 15 Feb 2017 23:33:56 -0600 Subject: Fixed NYT, plus other parsing fixes and a minor visual tweak --- main.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main.py') 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) -- cgit v1.2.3