removed auto update

This commit is contained in:
Saifeddine ALOUI 2023-10-09 18:14:53 +02:00
parent b728135324
commit f6b010b23f

6
app.py
View File

@ -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)