From c6bdb0f0baf14d84b349330d24d692470e0ff35d Mon Sep 17 00:00:00 2001 From: Richard Beales Date: Mon, 10 Apr 2023 19:50:13 +0100 Subject: [PATCH] remove trailing newline --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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