update_port
This commit is contained in:
2
app.py
2
app.py
@@ -446,4 +446,4 @@ def download_file():
|
|||||||
return send_from_directory(app.config['OUTPUT_FOLDER'], output_filename, as_attachment=True)
|
return send_from_directory(app.config['OUTPUT_FOLDER'], output_filename, as_attachment=True)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True)
|
app.run(host='0.0.0.0', port=12000, debug=True)
|
||||||
|
Reference in New Issue
Block a user