diff --git a/bazarr/check_update.py b/bazarr/check_update.py index 4938724a2..5d62bb417 100644 --- a/bazarr/check_update.py +++ b/bazarr/check_update.py @@ -34,6 +34,8 @@ def gitconfig(): logging.debug('BAZARR Settings git email') config_write.set_value("user", "email", "bazarr@fake.email") + config_write.release() + def check_and_apply_update(): check_releases()