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

View file

@ -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 = ''