Update update_script.py

This commit is contained in:
Saifeddine ALOUI 2024-09-03 09:32:38 +02:00 committed by GitHub
parent ee2ac53a52
commit 189fa0fb73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,6 @@ def run_git_pull():
# Check if there are any changes to pull
if repo.head.commit == origin.refs.main.commit:
ASCIIColors.success("Already up-to-date.")
return True
# Discard local changes and force update
try: