updated locales and readmes i guess goober instances would download them on next update unless someone manually runs git pull or gets it for the first time

This commit is contained in:
WhatDidYouExpect 2025-07-01 23:22:38 +02:00
parent a8c520002e
commit 642aa3480c
9 changed files with 273 additions and 124 deletions

View file

@ -249,6 +249,11 @@ def start_checks():
check_memory()
check_memoryjson()
check_cpu()
if os.path.exists(".env"):
pass
else:
print(f"{YELLOW}{get_translation(LOCALE, 'env_file_not_found')}{RESET}")
sys.exit(1)
print(get_translation(LOCALE, "continuing_in_seconds").format(seconds=5))
presskey2skip(timeout=5)
os.system('cls' if os.name == 'nt' else 'clear')