remove trailing newline

This commit is contained in:
Richard Beales
2023-04-10 19:50:13 +01:00
parent 818920e22f
commit c6bdb0f0ba

View File

@@ -415,4 +415,4 @@ while True:
full_message_history.append( full_message_history.append(
chat.create_chat_message( chat.create_chat_message(
"system", "Unable to execute command")) "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")