mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-03 18:15:50 +00:00
Try to fix interpolation in saving provider password
This commit is contained in:
parent
9bcbd79f78
commit
718406de2c
2 changed files with 3 additions and 4 deletions
|
@ -78,7 +78,7 @@ defaults = {
|
||||||
'password': ''
|
'password': ''
|
||||||
}}
|
}}
|
||||||
|
|
||||||
settings = simpleconfigparser(defaults=defaults)
|
settings = simpleconfigparser(defaults=defaults, interpolation=None)
|
||||||
settings.read(os.path.join(config_dir, 'config', 'config.ini'))
|
settings.read(os.path.join(config_dir, 'config', 'config.ini'))
|
||||||
|
|
||||||
base_url = settings.general.base_url
|
base_url = settings.general.base_url
|
||||||
|
|
|
@ -9,7 +9,7 @@ chardet=3.0.4
|
||||||
configparser2=4.0.0
|
configparser2=4.0.0
|
||||||
dogpile.cache=0.6.5
|
dogpile.cache=0.6.5
|
||||||
enzyme=0.4.1
|
enzyme=0.4.1
|
||||||
geventwebsocker=0.10.1
|
gevent-websocket=0.10.1
|
||||||
gitpython=2.1.9
|
gitpython=2.1.9
|
||||||
guessit=2.1.4
|
guessit=2.1.4
|
||||||
langdetect=1.0.7
|
langdetect=1.0.7
|
||||||
|
@ -24,5 +24,4 @@ SimpleConfigParser=0.1.0
|
||||||
stevedore=1.28.0
|
stevedore=1.28.0
|
||||||
subliminal=2.1.0dev
|
subliminal=2.1.0dev
|
||||||
tzlocal=1.5.1
|
tzlocal=1.5.1
|
||||||
urllib3=1.23
|
urllib3=1.23
|
||||||
waitress=1.1.0
|
|
Loading…
Reference in a new issue