diff --git a/restart_this_app.py b/restart_this_app.py index 3b9d3cd..f9cdf6c 100644 --- a/restart_this_app.py +++ b/restart_this_app.py @@ -11,4 +11,4 @@ def render_message(): return render_template('index.html', data=data) if __name__ == '__main__': - app.run(host='0.0.0.0', port=5004) \ No newline at end of file + app.run(host='0.0.0.0', port=5005) \ No newline at end of file