mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
follow-up prev comit
This commit is contained in:
parent
404584bfe6
commit
bf024db7aa
1 changed files with 0 additions and 2 deletions
|
@ -339,8 +339,6 @@ class NetworkChoiceLayout(object):
|
|||
|
||||
def update(self):
|
||||
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
|
||||
if not proxy_config:
|
||||
proxy_config = { "mode":"none", "host":"localhost", "port":"9050"}
|
||||
self.server_host.setText(host)
|
||||
self.server_port.setText(port)
|
||||
self.ssl_cb.setChecked(protocol=='s')
|
||||
|
|
Loading…
Add table
Reference in a new issue