From 99ae7e54b688ca6def57fc78592661e499fe6db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 15 Jan 2019 16:43:28 -0500 Subject: [PATCH] Revert "Try to fix interpolation in saving provider password" This reverts commit 718406de2c4570b9c5d2f3c8986b646b488a047b. --- bazarr/config.py | 2 +- libs/version.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bazarr/config.py b/bazarr/config.py index 5c5b95e00..a2da82078 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -78,7 +78,7 @@ defaults = { 'password': '' }} -settings = simpleconfigparser(defaults=defaults, interpolation=None) +settings = simpleconfigparser(defaults=defaults) settings.read(os.path.join(config_dir, 'config', 'config.ini')) base_url = settings.general.base_url diff --git a/libs/version.txt b/libs/version.txt index 5d10d6ca6..02e455f30 100644 --- a/libs/version.txt +++ b/libs/version.txt @@ -9,7 +9,7 @@ chardet=3.0.4 configparser2=4.0.0 dogpile.cache=0.6.5 enzyme=0.4.1 -gevent-websocket=0.10.1 +geventwebsocker=0.10.1 gitpython=2.1.9 guessit=2.1.4 langdetect=1.0.7 @@ -24,4 +24,5 @@ SimpleConfigParser=0.1.0 stevedore=1.28.0 subliminal=2.1.0dev tzlocal=1.5.1 -urllib3=1.23 \ No newline at end of file +urllib3=1.23 +waitress=1.1.0 \ No newline at end of file