update_port

This commit is contained in:
beabigegg
2025-07-31 08:05:19 +08:00
parent 9f7040ece9
commit a43ca0d234

2
app.py
View File

@@ -446,4 +446,4 @@ def download_file():
return send_from_directory(app.config['OUTPUT_FOLDER'], output_filename, as_attachment=True)
if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', port=12000, debug=True)