mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Oops, accidentally renamed a variable
This commit is contained in:
parent
02cfc40e94
commit
59f82f204f
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ class TorrentManager(component.Component):
|
||||||
# emits alert_torrent_finished for them, but there seems like nothing
|
# emits alert_torrent_finished for them, but there seems like nothing
|
||||||
# worth really to save in resume data, we just read it up in
|
# worth really to save in resume data, we just read it up in
|
||||||
# self.load_state().
|
# self.load_state().
|
||||||
if total_done:
|
if total_download:
|
||||||
self.save_resume_data((torrent_id, ))
|
self.save_resume_data((torrent_id, ))
|
||||||
|
|
||||||
def on_alert_torrent_paused(self, alert):
|
def on_alert_torrent_paused(self, alert):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue