fixed uncommented door state polling

main
Simon Pirkelmann 2021-04-10 17:37:47 +02:00
parent b03f1e14e1
commit 1616d56288
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ def handle_door_state():
return
# Get new state
#poll_door_state()
poll_door_state()
# Idle + change = key?
if action == IDLE: