Update update_script.py

This commit is contained in:
Saifeddine ALOUI 2025-01-14 08:56:40 +01:00 committed by GitHub
parent 953879e8b0
commit 858e69c34a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,8 +188,8 @@ def main():
# Perform git pull to update the repository
if run_git_pull():
# Install the new requirements
install_requirements()
# Install the new requirements (not needed anymore)
# install_requirements()
# Reload the main script with the original arguments
temp_file = "temp_args.txt"