Debugging auto update

This commit is contained in:
piair
2024-05-16 17:52:12 +02:00
parent 1db1de9606
commit c7e110787b
3 changed files with 7 additions and 4 deletions

View File

@ -15,6 +15,8 @@ try:
except Exception as e:
critical("Can't get version number from error")
error(e)
info("error message")
info(errorMessage)
exit(0)
info(f"Needed version : '{versionN}'")