diff --git a/SCL.py b/SCL.py index 06457c6..a137028 100755 --- a/SCL.py +++ b/SCL.py @@ -167,7 +167,7 @@ def grscb(text: str): grscb(f" RAM: {used_memory}/{total_memory} MB") grscb(f" Python: {platform.python_version()}") grscb(" Authors: Secton") - grscb(" SCL Version: 2.7, 2023, 12 Oct.") + grscb(" SCL Version: 2.9, 2023, 17 Oct.") grscb(" Thanks for your interest in SCL!") for color in termcolor.COLORS: print(colored("█", color), end="", flush=True) @@ -200,7 +200,7 @@ def execscript(): if len(sys.argv) > 1: - print("Проверяем СКЛипт на проблемы с безопасностью...") + print(locals.def_locale[17]) dFileInsides = open(sys.argv[1], "r") for line in dFileInsides: if line.startswith("py "): diff --git a/locals.py b/locals.py index cd3ebad..4b48d38 100644 --- a/locals.py +++ b/locals.py @@ -28,7 +28,8 @@ "Auto-Clear mode disabled.", #14 "Check the variable's name!", #15 this isnt what you think it is "This command does not exist.", #16 Command got typed wrong. - "Welcome to SCL!" #17 App startup + "Welcome to SCL!", #17 App startup + "Checking SCLipt for security issues..." #18 File drag-n-dropped into SCL ] def_locale: list = globals()[default_lang + "_locale"] \ No newline at end of file