mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Fix syntax error
This commit is contained in:
parent
f1350da011
commit
c4c6d1d511
1 changed files with 2 additions and 1 deletions
|
@ -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
Add a link
Reference in a new issue