summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/main.py b/main.py
index 5f9830f..23dcb5f 100755
--- a/main.py
+++ b/main.py
@@ -26,14 +26,15 @@ def run():
hil=buildTheHill()
sourceList.append(hil)
- nyt=buildNYT()
- sourceList.append(nyt)
+ #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
+ '''
h1='https://www.theguardian.com/us'
looped=False
while h1=='https://www.theguardian.com/us':
@@ -43,6 +44,8 @@ def run():
except:
print('The Guardian: build error. Looping again.')
looped=True
+ '''
+ gdn=buildGuardian()
sourceList.append(gdn)
blz=buildBlaze()