diff --git a/scripts/main.py b/scripts/main.py index 469a71c1..0ba65293 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -415,4 +415,4 @@ while True: full_message_history.append( chat.create_chat_message( "system", "Unable to execute command")) - print_to_console("SYSTEM: ", Fore.YELLOW, "Unable to execute command") + print_to_console("SYSTEM: ", Fore.YELLOW, "Unable to execute command") \ No newline at end of file