diff --git a/client.py b/client.py index 1dda468..a12edf9 100644 --- a/client.py +++ b/client.py @@ -17,7 +17,7 @@ print("Connected to Server") while (msg!='exit'): - msg=input("You: ") + msg=input("You : ") s.sendall(msg.encode('utf-8'))