mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Fix autoconnecting to a host other than the first one in the list
This commit is contained in:
parent
8edd91a3d5
commit
de262bf7db
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ Please see the details below for more information."), details=traceback.format_e
|
||||||
|
|
||||||
if try_connect:
|
if try_connect:
|
||||||
do_connect(6)
|
do_connect(6)
|
||||||
break
|
break
|
||||||
|
|
||||||
if self.config["show_connection_manager_on_start"]:
|
if self.config["show_connection_manager_on_start"]:
|
||||||
# XXX: We need to call a simulate() here, but this could be a bug in twisted
|
# XXX: We need to call a simulate() here, but this could be a bug in twisted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue