Ben Kurtovic 8 anni fa
parent
commit
2fcde9f420
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Vedi File

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

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

Caricamento…
Annulla
Salva