1 Star 0 Fork 35

Bruce_Wu/openssh

forked from Jack/openssh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 217 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jack 提交于 2016-12-30 11:21 . 第一提交
__author__ = 'JackSong'
from tornado.options import define
def init_config():
define('port', default=9527, type=int, help='server listening port')
define("debug",default=True,help="Debug Mode",type=bool)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bruce.16899/openssh.git
git@gitee.com:bruce.16899/openssh.git
bruce.16899
openssh
openssh
master

搜索帮助