forgot a fucking indent
This commit is contained in:
parent
5916bdf11c
commit
2cbc34f284
1 changed files with 4 additions and 4 deletions
8
bot.py
8
bot.py
|
@ -207,10 +207,10 @@ def check_for_update():
|
||||||
if local_version == latest_version:
|
if local_version == latest_version:
|
||||||
print(f"{GREEN}{get_translation(LOCALE, 'latest_version')} {local_version}{RESET}")
|
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")
|
print(f"{get_translation(LOCALE, 'latest_version2').format(VERSION_URL=VERSION_URL)}\n\n")
|
||||||
if gooberhash != currenthash:
|
if gooberhash != currenthash:
|
||||||
print(f"{YELLOW}{get_translation(LOCALE, 'modification_warning')}")
|
print(f"{YELLOW}{get_translation(LOCALE, 'modification_warning')}")
|
||||||
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}")
|
||||||
|
|
||||||
check_for_update()
|
check_for_update()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue