From 93ccb9e7e2f80688c15557c582eaa76c7868d93a Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Thu, 30 Apr 2009 16:15:36 +0000 Subject: [PATCH] Fix typo --- deluge/core/torrentmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 638531b65..cc2e3e280 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -699,7 +699,7 @@ class TorrentManager(component.Component): 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")