Ver a proveniência

comment

master
Andreas Demmelbauer há 5 anos
ascendente
cometimento
41f32b7053
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      discobert.py

+ 1
- 0
discobert.py Ver ficheiro

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



Carregando…
Cancelar
Guardar