This commit is contained in:
expect 2025-05-30 23:39:20 +02:00
parent f33518c29c
commit dfe360db45

1
bot.py
View file

@ -244,6 +244,7 @@ def check_for_update():
print(f"{YELLOW}{get_translation(LOCALE, 'modification_warning')}{RESET}") print(f"{YELLOW}{get_translation(LOCALE, 'modification_warning')}{RESET}")
print(f"{YELLOW}{get_translation(LOCALE, 'reported_version')} {local_version}{RESET}") print(f"{YELLOW}{get_translation(LOCALE, 'reported_version')} {local_version}{RESET}")
print(f"{DEBUG}{get_translation(LOCALE, 'current_hash')} {currenthash}{RESET}") print(f"{DEBUG}{get_translation(LOCALE, 'current_hash')} {currenthash}{RESET}")
print(f"{DEBUG}{get_translation(LOCALE, 'current_hash')} {currenthash}{RESET}")
check_for_update() check_for_update()