mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
should test proxy_str. fixes issue #1073
This commit is contained in:
parent
8644bbf734
commit
0947eb7960
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class Network(threading.Thread):
|
||||||
self.config.set_key("proxy", proxy_str, True)
|
self.config.set_key("proxy", proxy_str, True)
|
||||||
self.config.set_key("server", server_str, True)
|
self.config.set_key("server", server_str, True)
|
||||||
# abort if changes were not allowed by config
|
# abort if changes were not allowed by config
|
||||||
if self.config.get('server') != server_str or self.config.get('proxy') != proxy:
|
if self.config.get('server') != server_str or self.config.get('proxy') != proxy_str:
|
||||||
return
|
return
|
||||||
|
|
||||||
if self.proxy != proxy or self.protocol != protocol:
|
if self.proxy != proxy or self.protocol != protocol:
|
||||||
|
|
Loading…
Add table
Reference in a new issue