瀏覽代碼

Typo.

master
Ben Kurtovic 8 年之前
父節點
當前提交
2fcde9f420
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi 查看文件

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

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

Loading…
取消
儲存