summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-16 10:27:51 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-16 10:27:51 -0600
commite3d744821919dedcf4f8466c72587008c062acbc (patch)
treeee75ac6061228a4af2a253d179ccd8c8e71dd3f4 /main.py
parent233eb048a9bc2c4b84e1ae6a47de6b088779ee4e (diff)
Pulled NYT again; minor fixes for NBC, Blaze
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index 296de05..9120906 100644
--- a/main.py
+++ b/main.py
@@ -16,8 +16,8 @@ def run():
sourceList=[]
- nyt=buildNYT()
- sourceList.append(nyt)
+ #nyt=buildNYT()
+ #sourceList.append(nyt)
blz=buildBlaze()
sourceList.append(blz)