Skip to content

Commit 5d54b0c

Browse files
authored
Update Client.py
1 parent 9ccbcb6 commit 5d54b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python Chatroom/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) #ALLOWS GRAND CENTRAL TO GATHER THE CURRENT IP ADDRESS
1515
port = 1234 #DEFINING THE PORT TO BE USED TO SEND AND RECIEVE DATA/MESSAGES
1616

17-
print('Welcome To The CMP9133 Advanced Programming Curling Messenger Server'+'\n')
17+
print('Welcome To The Python Chatroom'+'\n')
1818
Uname = input('Enter Online Name:: ')
1919
Colour = input('''
2020
Colour Selection

0 commit comments

Comments
 (0)