21 Star 60 Fork 0

罗卫/autossl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.py 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
罗卫 提交于 2019-07-25 15:56 +08:00 . v_1.0.1
#!/usr/bin/python3
# _*_coding:utf8_*_
'''
* Created with IntelliJ Pycharm.
* Description:
* Project : autossl
* Ide tools : PyCharm
* File name : run.py
* Author <a href="mailto:3245554@qq.com">罗卫</a>
* User: devops
* Date: 2019/7/9
* Time: 上午9:00
'''
from autossl_view import app
if __name__ == '__main__':
app.run(host="0.0.0.0", port=9000,debug=True)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/luowei_lv/autossl.git
git@gitee.com:luowei_lv/autossl.git
luowei_lv
autossl
autossl
master

搜索帮助