Ver código fonte

Typo.

master
Ben Kurtovic 8 anos atrás
pai
commit
2fcde9f420
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi Ver arquivo

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

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

Carregando…
Cancelar
Salvar