mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 18:38:39 +00:00
Fix attribute error in blocklist plugin
This commit is contained in:
parent
eb37c91866
commit
463fd3ac04
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class Core(CorePluginBase):
|
||||||
self.is_importing = False
|
self.is_importing = False
|
||||||
self.has_imported = False
|
self.has_imported = False
|
||||||
self.up_to_date = False
|
self.up_to_date = False
|
||||||
|
self.session_was_paused = True
|
||||||
self.num_blocked = 0
|
self.num_blocked = 0
|
||||||
self.file_progress = 0.0
|
self.file_progress = 0.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue