Skip to content

Commit 2e24f05

Browse files
authored
Update Client.py
1 parent 1d945da commit 2e24f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def connect(server,port,nickname,password):
5050
PORT = port
5151
PORT = int(PORT)
5252
PASSWORD = password
53-
if PASSWORD == "onurc123": # Set this line whatever you want to use for password!
53+
if PASSWORD == "Password": # Set this line whatever you want to use for password!
5454
mainGUI.destroy()
5555
threadPanelThread = threading.Thread(target = connected,args=(SERVER, PORT, nickname))
5656
threadPanelThread.start()

0 commit comments

Comments
 (0)