We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3416344 commit 65cac59Copy full SHA for 65cac59
mafia.py
@@ -61,7 +61,7 @@ def index():
61
62
@auth_GOD.verify_password
63
def verify_password_god(username, password):
64
- if username == "GOD" and password == preshared_key:
+ if password == preshared_key:
65
return username
66
67
0 commit comments