aboutsummaryrefslogtreecommitdiff
path: root/fetch.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-04 08:30:08 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-04 08:30:08 +0100
commita6d1c3fd860cff01510cd63264cb672c677a2e69 (patch)
tree702fb769db8532c64c0a5ac7132105329b053506 /fetch.py
parentThe feed abject should be loaded when 'feed_id' is not None. (diff)
downloadnewspipe-a6d1c3fd860cff01510cd63264cb672c677a2e69.tar.gz
newspipe-a6d1c3fd860cff01510cd63264cb672c677a2e69.tar.bz2
newspipe-a6d1c3fd860cff01510cd63264cb672c677a2e69.zip
Test with the old crawler (temporary during the transition).
Diffstat (limited to 'fetch.py')
-rwxr-xr-xfetch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch.py b/fetch.py
index ce4adb50..db950aa0 100755
--- a/fetch.py
+++ b/fetch.py
@@ -26,7 +26,6 @@ if __name__ == "__main__":
feed_id = int(sys.argv[2])
except:
feed_id = None
- print(feed_id)
for user in users:
if user.activation_key == "":
bgstack15