Skip to content

Commit af83ba1

Browse files
authored
Update Client.py
1 parent 801c631 commit af83ba1

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
@@ -80,7 +80,7 @@ def __init__(self):
8080
self.Window.mainloop()
8181
def goAhead(self, name):
8282
global proccess
83-
if self.passwdEntry.get() == "onurc123":
83+
if self.passwdEntry.get() == "Password":
8484
proccess = 1
8585
else:
8686
byLabel = Label(self.login, bg="black", fg="magenta", text="Wrong password!", font="Times 8")

0 commit comments

Comments
 (0)