summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-03-09 09:38:57 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-03-09 09:38:57 -0500
commita596eb07939b8e653355be0020f0a7d8c0ee2d80 (patch)
tree5c36379ffc2411e3aab56a8a64edd2b8a16c9fef /main.py
parentf8c6b0084e7d0928121d4c05d3b1f47b10c303c7 (diff)
Reworked Guardian
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/main.py b/main.py
index 23dcb5f..182ae26 100755
--- a/main.py
+++ b/main.py
@@ -23,15 +23,6 @@ def run():
'''
- hil=buildTheHill()
- sourceList.append(hil)
-
- #nyt=buildNYT()
- #sourceList.append(nyt)
-
- npr=buildNPR()
- sourceList.append(npr)
-
#for some reason, The Guardian sometimes just doesn't work right?
#loop until it gets it right
'''
@@ -48,6 +39,15 @@ def run():
gdn=buildGuardian()
sourceList.append(gdn)
+ hil=buildTheHill()
+ sourceList.append(hil)
+
+ #nyt=buildNYT()
+ #sourceList.append(nyt)
+
+ npr=buildNPR()
+ sourceList.append(npr)
+
blz=buildBlaze()
sourceList.append(blz)