removed the check updates error

This commit is contained in:
Saifeddine ALOUI 2023-08-31 22:59:23 +02:00
parent 67e0c7a587
commit d92a6c026f

2
app.py
View File

@ -154,7 +154,7 @@ def check_update(branch_name="main"):
return local_commit != remote_commit
except Exception as e:
# Handle any errors that may occur during the fetch process
trace_exception(e)
# trace_exception(e)
return False