summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-03-06 18:12:59 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-03-06 18:12:59 -0500
commitf8c6b0084e7d0928121d4c05d3b1f47b10c303c7 (patch)
treeb82e1fc2034ab454a9e3bb38cb08d0a80dbeec17 /main.py
parent0ce27f6e13a139c2fe06082dfb10a35d213fc7a7 (diff)
Added spotCheck ability. Other minor tweaks
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()