diff --git a/app.py b/app.py index 2476d3ed..982d3348 100644 --- a/app.py +++ b/app.py @@ -127,11 +127,7 @@ def check_update_(branch_name="main"): # trace_exception(e) return False -if check_update_(): - run_update_script() - - - + log = logging.getLogger('werkzeug') log.setLevel(logging.ERROR)