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