Update main.py

This commit is contained in:
Siwat Sirichai 2023-11-24 14:27:51 +07:00
parent 1d78becdd4
commit 86c0ee3d1a
1 changed files with 1 additions and 1 deletions

View File

@ -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()