This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
discobert
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
comment
master
Andreas Demmelbauer
5 years ago
parent
ee5109c1ed
commit
41f32b7053
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save