changement d'IP pour Render
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user