From ee87f6346f86345090d2ed304ba3a7bac196bfb3 Mon Sep 17 00:00:00 2001 From: fr4nz Date: Sun, 12 Oct 2025 20:16:47 +0200 Subject: [PATCH] Update lomes-app.py --- lomes-app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lomes-app.py b/lomes-app.py index b1d7398..f642d63 100644 --- a/lomes-app.py +++ b/lomes-app.py @@ -10,4 +10,4 @@ def index(): return render_template("/var/www/html/index.html") -app.run(host="0.0.0.0", port=5000) \ No newline at end of file +app.run(host="127.0.0.1", port=5000) \ No newline at end of file