removed auto update

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

4
app.py
View File

@ -127,10 +127,6 @@ def check_update_(branch_name="main"):
# trace_exception(e)
return False
if check_update_():
run_update_script()
log = logging.getLogger('werkzeug')