mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
Fix autoconnecting to the next host in the list if the selected one isn't available
This commit is contained in:
parent
bdba9cd00a
commit
330b8b3ced
1 changed files with 5 additions and 5 deletions
|
@ -331,7 +331,7 @@ Please see the details below for more information."), details=traceback.format_e
|
|||
|
||||
if try_connect:
|
||||
do_connect()
|
||||
|
||||
break
|
||||
|
||||
if self.config["show_connection_manager_on_start"]:
|
||||
# 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