Update client.py

This commit is contained in:
2026-03-01 17:44:31 +01:00
parent 052ad0b8dd
commit aa42b89f75

View File

@@ -196,7 +196,7 @@ def chat_session(chatkeuze):
while True: while True:
draw_chat_window(chat_messages, chatkeuze) draw_chat_window(chat_messages, chatkeuze)
# bericht = input(wit + "> " + reset) bericht = input(wit + "> " + reset)
if bericht.lower() == "/quit": if bericht.lower() == "/quit":
exit() exit()