1 Star 0 Fork 35

cntoby / openssh

forked from Jack / openssh 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
config.py 217 Bytes
Copy Edit Raw Blame History
Jack authored 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)
Python
1
https://gitee.com/cntoby/openssh.git
git@gitee.com:cntoby/openssh.git
cntoby
openssh
openssh
master

Search