always have a torrents list, in case get_torrent_name gets called from a mode without get_torrent_name in new ui

This commit is contained in:
Nick Lanham 2011-02-22 12:32:32 +01:00
parent 5f8eda9204
commit 10816cb8f4
1 changed files with 1 additions and 1 deletions

View File

@ -279,9 +279,9 @@ Please use commands from the command line, eg:\n
def start(self):
# Maintain a list of (torrent_id, name) for use in tab completion
self.torrents = []
if not self.interactive:
self.started_deferred = defer.Deferred()
self.torrents = []
def on_session_state(result):
def on_torrents_status(torrents):
for torrent_id, status in torrents.items():