Ben Kurtovic 8 vuotta sitten
vanhempi
commit
2fcde9f420
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Näytä tiedosto

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

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

Ladataan…
Peruuta
Tallenna