summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-16 16:02:24 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-16 16:02:24 -0600
commit53e8b692f6374b72238df797bf14e94f0567b331 (patch)
treeaa6bfb1eb1fbe35bd97028d122d30685e591729e /main.py
parent0f2b265ed3c82e674cc714785a9f308be1db9aa1 (diff)
Added The Guardian to sources
Diffstat (limited to 'main.py')
-rw-r--r--main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.py b/main.py
index 9120906..3b39a73 100644
--- a/main.py
+++ b/main.py
@@ -19,6 +19,9 @@ def run():
#nyt=buildNYT()
#sourceList.append(nyt)
+ gdn=buildGuardian()
+ sourceList.append(gdn)
+
blz=buildBlaze()
sourceList.append(blz)