1
0

Put getting of auto_cycle into one place.

Default to False consistently; this may change the behaviour of
network.py's get_parameters().
This commit is contained in:
Neil Booth
2015-05-25 14:09:43 +09:00
parent 778297697a
commit 4f6d2f3d32
2 changed files with 7 additions and 6 deletions

View File

@@ -352,7 +352,6 @@ class ElectrumGui:
def network_dialog(self):
if not self.network: return
auto_connect = self.network.config.get('auto_cycle')
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
srv = 'auto-connect' if auto_connect else self.network.default_server