更改端口为80

This commit is contained in:
CSSC-WORK\murmur 2024-07-10 10:41:37 +08:00
parent f6ecf2f5f5
commit c060db90f2

View File

@ -79,7 +79,7 @@ def release_lock(lock):
lock.release() lock.release()
def start_flask(): def start_flask():
app.run(debug=True, port=5000, use_reloader=False) app.run(debug=True, port=80, use_reloader=False)
if __name__ == '__main__': if __name__ == '__main__':
# 以进程方式运行服务 # 以进程方式运行服务