mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 01:27:07 +00:00
Fix for default proxy value
This commit is contained in:
parent
81daa902f6
commit
8b681d8a15
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ def get_proxy_settings():
|
||||||
else:
|
else:
|
||||||
exclude = 'localhost,127.0.0.1'
|
exclude = 'localhost,127.0.0.1'
|
||||||
else:
|
else:
|
||||||
proxy_type = ''
|
proxy_type = 'None'
|
||||||
url = ''
|
url = ''
|
||||||
port = ''
|
port = ''
|
||||||
username = ''
|
username = ''
|
||||||
|
|
Loading…
Reference in a new issue