From 9d7106dec8b3bb51ce27f9e9a8b33bd6f8f12c50 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Sat, 21 Feb 2026 16:42:02 +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 18a6cbd..c4a1712 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()