Update client.py
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user