diff --git a/app.py b/app.py index 7734e87d..b9e363d9 100644 --- a/app.py +++ b/app.py @@ -50,4 +50,4 @@ def run_script(): return jsonify({"status": "error", "message": str(e)}), 500 if __name__ == '__main__': - app.run(host='0.0.0.0', port=5000) \ No newline at end of file + app.run(host='0.0.0.0', port=8080) \ No newline at end of file