diff --git a/access_control_python/main.py b/access_control_python/main.py index 92c80ed..810eb84 100644 --- a/access_control_python/main.py +++ b/access_control_python/main.py @@ -90,7 +90,7 @@ while True: time.sleep(1) i -= 1 if i == 0: - display.set_string("msg.txt", "Alarm Active!! Please close the door"") + display.set_string("msg.txt", "Alarm Active!! Please close the door") actrl.activate_alarm() else: actrl.lock_door()