From 8f25f885d80db05f2781edc33ceb05fa7818dfc5 Mon Sep 17 00:00:00 2001
From: Nobelf <13517042@std.stei.itb.ac.id>
Date: Sun, 17 Apr 2022 22:35:36 +0700
Subject: [PATCH] update readme.md, notify if the passwword is wrong

---
 app.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app.py b/app.py
index ae8055e..fdf2d03 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()
     
 
-- 
GitLab