diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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) |