ソースを参照

prepath

master
Andreas Demmelbauer 4年前
コミット
e36da2c313
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      ir-remote-timer.py

+ 1
- 0
ir-remote-timer.py ファイルの表示

@@ -29,6 +29,7 @@ def turnAllProjectorsOff():
class Simple(resource.Resource):
isLeaf = True
def render_GET(self, request):
print(request.prepath)
statustext = ""
if request.prepath == "on":
statustext = "turn all projectors on ..."


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