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
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment