Browse Source

Typo.

master
Ben Kurtovic 8 years ago
parent
commit
2fcde9f420
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi View File

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

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

Loading…
Cancel
Save