Explorar el Código

prepath

master
Andreas Demmelbauer hace 4 años
padre
commit
e36da2c313
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      ir-remote-timer.py

+ 1
- 0
ir-remote-timer.py Ver fichero

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


Cargando…
Cancelar
Guardar