From a43ca0d234e7a982270ae70ec2853d058a623102 Mon Sep 17 00:00:00 2001 From: beabigegg Date: Thu, 31 Jul 2025 08:05:19 +0800 Subject: [PATCH] update_port --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e7b525d..1845927 100644 --- a/app.py +++ b/app.py @@ -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)