This commit is contained in:
expect 2025-06-23 13:56:23 +02:00
parent 9a8d9bc3e2
commit 23774d3199
5 changed files with 41 additions and 19 deletions

View file

@ -75,3 +75,4 @@ def check_for_update():
elif local_version == latest_version:
print(f"{GREEN}{get_translation(LOCALE, 'latest_version')} {local_version}{RESET}")
print(f"{get_translation(LOCALE, 'latest_version2').format(VERSION_URL=VERSION_URL)}\n\n")
return latest_version