feat simply flask run

This commit is contained in:
Clivia
2024-03-08 14:30:48 +08:00
committed by GitHub
parent 27b9591723
commit 8b9c44b285

View File

@@ -2686,4 +2686,4 @@ scheduler.add_job(id='updateRefresh_run', func=updateRefresh_dict, trigger='cron
# 运行 Flask 应用
if __name__ == '__main__':
app.run(host='0.0.0.0')
app.run(host='0.0.0.0', port=33333, threaded=True)