mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Fix issue where hosts will show up erroneously as Offline
This commit is contained in:
parent
43df21517e
commit
358b5f4b19
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class ConnectionManager(component.Component):
|
||||||
d.addCallback(on_info, c)
|
d.addCallback(on_info, c)
|
||||||
d.addErrback(on_info_fail, c)
|
d.addErrback(on_info_fail, c)
|
||||||
|
|
||||||
def on_connect_failed(reason, host_info):
|
def on_connect_failed(reason, host_id):
|
||||||
if not self.running:
|
if not self.running:
|
||||||
return
|
return
|
||||||
row = self.__get_host_row(host_id)
|
row = self.__get_host_row(host_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue