changement d'IP pour Render

This commit is contained in:
cedrick2711
2026-07-27 13:00:21 -04:00
parent f48e1104e7
commit 1c97f3a181
+1 -1
View File
@@ -376,4 +376,4 @@ if __name__ == '__main__':
'Running in DEBUG mode with Flask built-in server. ' 'Running in DEBUG mode with Flask built-in server. '
'This is NOT suitable for production. Use wsgi.py instead.' 'This is NOT suitable for production. Use wsgi.py instead.'
) )
app.run(debug=debug_mode, host='127.0.0.1', port=10000) app.run(debug=debug_mode, host='0.0.0.0', port=10000)