1
0
Fork 0
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:
morpheus65535 2018-09-16 09:18:47 -04:00
parent 81daa902f6
commit 8b681d8a15

View file

@ -248,7 +248,7 @@ def get_proxy_settings():
else:
exclude = 'localhost,127.0.0.1'
else:
proxy_type = ''
proxy_type = 'None'
url = ''
port = ''
username = ''