mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Fix last.
This commit is contained in:
parent
7d9fee4946
commit
5b5ba1c4ee
@ -154,7 +154,7 @@ class TorrentManager(component.Component):
|
||||
for key in self.torrents.keys():
|
||||
if not self.torrents[key].handle.is_paused() and \
|
||||
not self.torrents[key].handle.is_seed():
|
||||
if self.torrents[key].get_status("compact"):
|
||||
if self.torrents[key].compact:
|
||||
try:
|
||||
self.torrents[key].pause()
|
||||
except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user