ソースを参照

comment

master
Andreas Demmelbauer 5年前
コミット
41f32b7053
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      discobert.py

+ 1
- 0
discobert.py ファイルの表示

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



読み込み中…
キャンセル
保存