Skip to content

Commit 65cac59

Browse files
committed
change : just password is enough for GOD's login
1 parent 3416344 commit 65cac59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mafia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def index():
6161

6262
@auth_GOD.verify_password
6363
def verify_password_god(username, password):
64-
if username == "GOD" and password == preshared_key:
64+
if password == preshared_key:
6565
return username
6666

6767

0 commit comments

Comments
 (0)