diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 08:30:08 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-03-04 08:30:08 +0100 |
commit | a6d1c3fd860cff01510cd63264cb672c677a2e69 (patch) | |
tree | 702fb769db8532c64c0a5ac7132105329b053506 /fetch.py | |
parent | The feed abject should be loaded when 'feed_id' is not None. (diff) | |
download | newspipe-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-x | fetch.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 == "": |