Skip to content
Snippets Groups Projects
Commit 8f25f885 authored by Muhamad Nobel Fauzan's avatar Muhamad Nobel Fauzan
Browse files

update readme.md, notify if the passwword is wrong

parent b522727a
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ def welcomeMessage(auth): ...@@ -32,6 +32,7 @@ def welcomeMessage(auth):
if auth['token'] == "password123": if auth['token'] == "password123":
send("hello there", broadcast = False) send("hello there", broadcast = False)
else: else:
send("wrong password", broadcast = False)
disconnect() disconnect()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment