From adb67c0af3dd7fd4db5b812ed65bc78141a1d9f8 Mon Sep 17 00:00:00 2001 From: Bikatr7 Date: Fri, 1 Dec 2023 05:00:27 -0700 Subject: [PATCH] minor changes to main script --- kudasai.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kudasai.py b/kudasai.py index 7ba03a7..bde89d4 100644 --- a/kudasai.py +++ b/kudasai.py @@ -31,12 +31,11 @@ def boot(self) -> None: """ - If the user is running the CLI or Console version of Kudasai, this function is called to boot the program.\n - + If the user is running the CLI or Console version of Kudasai, this function is called to boot the program. """ - os.system("title " + "Kudasai CLI") + os.system("title " + "Kudasai") Toolkit.clear_console() @@ -48,7 +47,7 @@ def boot(self) -> None: ##-------------------start-of-setup_kairyou_for_cli()--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- @staticmethod - def setup_kairyou_for_cli(input_file, replacement_json_path) -> None: + def setup_kairyou_for_cli(input_file:str, replacement_json_path:str) -> None: """