Author: andar
Revision: 5219
Log:
Fix typo
Diff:
Modified: branches/1.1.0_RC/deluge/core/torrentmanager.py
===================================================================
--- branches/1.1.0_RC/deluge/core/torrentmanager.py 2009-04-30 16:15:09 UTC
(rev 5218)
+++ branches/1.1.0_RC/deluge/core/torrentmanager.py 2009-04-30 16:15:36 UTC
(rev 5219)
@@ -699,7 +699,7 @@
if alert.handle.status().num_complete == -1 or \
alert.handle.status().num_incomplete == -1:
# 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):
log.debug("on_alert_tracker_announce")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---