From dccf6da3f9ad1bc9bbf42b60f9c601009885aa0c Mon Sep 17 00:00:00 2001 From: Halali Date: Mon, 22 Oct 2018 18:38:17 +0200 Subject: [PATCH] Revert "bump" This reverts commit 7f1bc4ac1633a4b71d7ce5f133bb196e8de8e6dd. --- bazarr/check_update.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bazarr/check_update.py b/bazarr/check_update.py index 62a906bc5..4de2fe303 100644 --- a/bazarr/check_update.py +++ b/bazarr/check_update.py @@ -46,7 +46,7 @@ def check_and_apply_update(): def updated(): # from scheduler import shutdown_scheduler # from main import restart - + conn = sqlite3.connect(os.path.join(config_dir, 'db/bazarr.db'), timeout=30) c = conn.cursor() c.execute("UPDATE system SET updated = 1") @@ -57,5 +57,4 @@ def updated(): # shutdown_scheduler() # Restart Bazarr - # restart() - \ No newline at end of file + # restart() \ No newline at end of file