mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix syntax error
This commit is contained in:
parent
f1350da011
commit
c4c6d1d511
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Core(CorePluginBase):
|
|||
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 @@ class Core(CorePluginBase):
|
|||
|
||||
if not self.reader:
|
||||
# TODO: auto-detect reader
|
||||
pass
|
||||
|
||||
#return threads.deferToThread(self.reader.read(on_read_ip_range))
|
||||
return defer.succeed(None)
|
||||
|
|
Loading…
Add table
Reference in a new issue