From 7c76f63f71b37ed69bae2ff0865ba2a23cfb8bbe Mon Sep 17 00:00:00 2001 From: Wojciech Kubicki Date: Tue, 30 May 2023 18:45:53 +0200 Subject: [PATCH] Zaktualizuj 'restart_this_app.py' --- restart_this_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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