暂存-安装服务

This commit is contained in:
2026-05-12 15:56:56 +08:00
parent 42e3050fa2
commit 6ccd3eb9c1
7 changed files with 78 additions and 3 deletions

2
run.py
View File

@@ -23,4 +23,4 @@ def init_admin():
if __name__ == '__main__':
init_admin()
app.run(host='0.0.0.0', port=5001, debug=True)
app.run(host='0.0.0.0', port=5001, debug=False)