From 9673235e852f60e1bcda9f5e830e02d004b31ae5 Mon Sep 17 00:00:00 2001 From: GameTec_live Date: Sat, 8 Apr 2023 12:34:20 +0200 Subject: [PATCH] Fixed spelling on exit message --- software/script/chameleon_cli_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/script/chameleon_cli_main.py b/software/script/chameleon_cli_main.py index 4d46732..8f8ded7 100644 --- a/software/script/chameleon_cli_main.py +++ b/software/script/chameleon_cli_main.py @@ -164,7 +164,7 @@ class ChameleonCLI: continue if cmd_str == "exit": - print("Bye, thanks for you. ^.^ ") + print("Bye, thank you. ^.^ ") sys.exit(996) # parse cmd