add missing bracket

This commit is contained in:
Marcos Pinto 2007-10-12 18:39:04 +00:00
parent 6e4528875e
commit 1251a671bd
1 changed files with 2 additions and 2 deletions

View File

@ -654,8 +654,8 @@ class Manager:
"tracker_status",
_("Announce sent"))
elif event['event_type'] is self.constants['EVENT_LISTEN_FAILED']:
deluge_core.set_listen_on(self.get_state()['port'],
self.get_state()['port'])
deluge_core.set_listen_on([self.get_state()['port'],
self.get_state()['port']])
elif event['event_type'] is self.constants['EVENT_TRACKER_REPLY']:
self.set_supp_torrent_state_val(event['unique_ID'],
"tracker_status",