summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
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 ea1508f..5025fdc 100644
--- a/main.py
+++ b/main.py
@@ -19,6 +19,9 @@ def run():
#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'