Author: andar
Revision: 5480
Log:
Fix syntax error
Diff:
Modified: trunk/deluge/plugins/blocklist/blocklist/core.py
===================================================================
--- trunk/deluge/plugins/blocklist/blocklist/core.py 2009-07-13 05:15:03 UTC
(rev 5479)
+++ trunk/deluge/plugins/blocklist/blocklist/core.py 2009-07-13 18:04:26 UTC
(rev 5480)
@@ -113,7 +113,7 @@
self.force_download = force
self.use_cache = False
self.failed_attempts = 0
-
+
# Start callback chain
d = self.download_list()
d.addCallbacks(self.on_download_complete, self.on_download_error)
@@ -243,6 +243,7 @@
if not self.reader:
# TODO: auto-detect reader
+ pass
#return threads.deferToThread(self.reader.read(on_read_ip_range))
return defer.succeed(None)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---