forked from gooberinc/goober
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:
parent
a8c520002e
commit
642aa3480c
9 changed files with 273 additions and 124 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue