Ben Kurtovic há 8 anos
ascendente
cometimento
2fcde9f420
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Ver ficheiro

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

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

Carregando…
Cancelar
Guardar