Ben Kurtovic hace 8 años
padre
commit
2fcde9f420
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Ver fichero

@@ -20,4 +20,4 @@ def index():

if __name__ == '__main__':
from flup.server.fcgi import WSGIServer
WSGIServer(myapp).run()
WSGIServer(app).run()

Cargando…
Cancelar
Guardar