From 8078d166bec709ae34fafee883667f8ce75f6f0e Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 28 Sep 2019 00:53:25 +0300 Subject: [PATCH] v3.4.9.3 --- app/create_db.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/create_db.py b/app/create_db.py index c89ac8f1..8331c871 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -478,8 +478,9 @@ def update_all(): if funct.check_ver() is None: update_db_v_3_4_5_22() update_db_v_3_4_7() - update_ver() update_to_hash() + update_ver() + def update_all_silent(): @@ -495,8 +496,9 @@ def update_all_silent(): if funct.check_ver() is None: update_db_v_3_4_5_22() update_db_v_3_4_7(silent=1) - update_ver() update_to_hash() + update_ver() + if __name__ == "__main__":