mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +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:
|
||||
exclude = 'localhost,127.0.0.1'
|
||||
else:
|
||||
proxy_type = ''
|
||||
proxy_type = 'None'
|
||||
url = ''
|
||||
port = ''
|
||||
username = ''
|
||||
|
|
Loading…
Reference in a new issue