changement de port pour Render

This commit is contained in:
cedrick2711
2026-07-27 12:57:24 -04:00
parent 69b6e217ae
commit b0b898f1e8
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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=5000)
app.run(debug=debug_mode, host='127.0.0.1', port=10000)