From 1c97f3a181aa3fc6a83b004144427d5d81517806 Mon Sep 17 00:00:00 2001 From: cedrick2711 Date: Mon, 27 Jul 2026 13:00:21 -0400 Subject: [PATCH] changement d'IP pour Render --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 89067b5..f02dd4d 100644 --- a/app.py +++ b/app.py @@ -376,4 +376,4 @@ if __name__ == '__main__': 'Running in DEBUG mode with Flask built-in server. ' 'This is NOT suitable for production. Use wsgi.py instead.' ) - app.run(debug=debug_mode, host='127.0.0.1', port=10000) \ No newline at end of file + app.run(debug=debug_mode, host='0.0.0.0', port=10000) \ No newline at end of file