Andreas Demmelbauer 4 anni fa
parent
commit
e36da2c313
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      ir-remote-timer.py

+ 1
- 0
ir-remote-timer.py Vedi File

@@ -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 ..."


Caricamento…
Annulla
Salva