mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 04:34:57 +00:00
Fix attribute error in blocklist plugin
This commit is contained in:
parent
16c38cd027
commit
c029c312e4
@ -82,6 +82,7 @@ class Core(CorePluginBase):
|
||||
self.is_importing = False
|
||||
self.has_imported = False
|
||||
self.up_to_date = False
|
||||
self.session_was_paused = True
|
||||
self.num_blocked = 0
|
||||
self.file_progress = 0.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user