Browse Source

comment

master
Andreas Demmelbauer 5 years ago
parent
commit
41f32b7053
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      discobert.py

+ 1
- 0
discobert.py View File

@@ -438,6 +438,7 @@ while True:
# 1 => door open
if doorstate == 1:
# don't do a doorShutdown when user comes in
# or when door stays open after user left
if (time.time() > (starttime + 15) and inUse == True):
doorShutdown()



Loading…
Cancel
Save