mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Fix typo
This commit is contained in:
parent
070b939ec4
commit
93ccb9e7e2
1 changed files with 1 additions and 1 deletions
|
@ -699,7 +699,7 @@ class TorrentManager(component.Component):
|
||||||
if alert.handle.status().num_complete == -1 or \
|
if alert.handle.status().num_complete == -1 or \
|
||||||
alert.handle.status().num_incomplete == -1:
|
alert.handle.status().num_incomplete == -1:
|
||||||
# We didn't get peer information, so lets send a scrape request
|
# We didn't get peer information, so lets send a scrape request
|
||||||
self.torrents[torrent_id].scrape_tracker()
|
torrent.scrape_tracker()
|
||||||
|
|
||||||
def on_alert_tracker_announce(self, alert):
|
def on_alert_tracker_announce(self, alert):
|
||||||
log.debug("on_alert_tracker_announce")
|
log.debug("on_alert_tracker_announce")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue