Update client.py

This commit is contained in:
2026-02-21 16:42:02 +01:00
parent f277edfd9b
commit 9d7106dec8

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()