From aa42b89f751b68e04fad5e0ae46193155ab7c9ac Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sun, 1 Mar 2026 17:44:31 +0100 Subject: [PATCH] Update client.py --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index c4a1712..18a6cbd 100644 --- a/client.py +++ b/client.py @@ -196,7 +196,7 @@ def chat_session(chatkeuze): while True: draw_chat_window(chat_messages, chatkeuze) - # bericht = input(wit + "> " + reset) + bericht = input(wit + "> " + reset) if bericht.lower() == "/quit": exit()