浏览代码

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()

正在加载...
取消
保存