diff --git a/app.py b/app.py index ae8055e5f6b35b7933543643c22ab3381d9a1e72..fdf2d03253db8edb92f09c6e6cc28a104419f6dd 100644 --- a/app.py +++ b/app.py @@ -32,6 +32,7 @@ def welcomeMessage(auth): if auth['token'] == "password123": send("hello there", broadcast = False) else: + send("wrong password", broadcast = False) disconnect()