Explorar el Código

switch port

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

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

@@ -43,7 +43,7 @@ class Simple(resource.Resource):
return html.encode('utf-8')

site = server.Site(Simple())
reactor.listenTCP(80, site)
reactor.listenTCP(8000, site)
reactor.startRunning(False)




Cargando…
Cancelar
Guardar