mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix last.
This commit is contained in:
parent
7d9fee4946
commit
5b5ba1c4ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue