Skip to content
Permalink
Browse files
Removed print statement from Client.py
Removed a print statement that was no longer needed
  • Loading branch information
hortonr6 committed Nov 23, 2017
1 parent 81b9394 commit 9bb8bc400e3567290af931538414be2effe8a150
Showing 1 changed file with 0 additions and 1 deletion.
@@ -22,7 +22,6 @@ def receiveMessage(i): #Richard
username = "User"

message = thisSocket.recv(1024).decode()
print(message)
while (message != "EndOfMessage"):
if username == "User" and "YOURNAMEWILLBE" in message: #Checks if username has been changed and for tag identifying new name
nameholder = message.split()[1:]

0 comments on commit 9bb8bc4

Please sign in to comment.