From 53e8b692f6374b72238df797bf14e94f0567b331 Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Thu, 16 Feb 2017 16:02:24 -0600 Subject: Added The Guardian to sources --- main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.py') 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) -- cgit v1.2.3