From 5554650d0d6db0fbfa653b2a115ba92c48a46b81 Mon Sep 17 00:00:00 2001 From: Midas Wollinger Date: Wed, 29 Jul 2026 12:44:11 +0200 Subject: [PATCH] fix ip --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index e01dde9..798885e 100644 --- a/app.py +++ b/app.py @@ -433,4 +433,4 @@ def api_fire(): init_db() if __name__ == "__main__": - app.run(debug=True, port=5000) + app.run(host="0.0.0.0", debug=True, port=5000)