mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 07:12:09 +00:00
FIx
This commit is contained in:
@@ -2228,13 +2228,13 @@ def answer_external_command():
|
|||||||
return return_data
|
return return_data
|
||||||
|
|
||||||
|
|
||||||
def flask_debug(logger):
|
def flask_debug(_logger):
|
||||||
"""
|
"""
|
||||||
The `flask_debug` function starts a Flask application in debug mode without using the reloader.
|
The `flask_debug` function starts a Flask application in debug mode without using the reloader.
|
||||||
Do not use for production for fucks sake.
|
Do not use for production for fucks sake.
|
||||||
"""
|
"""
|
||||||
# trunk-ignore(bandit/B201)
|
# trunk-ignore(bandit/B201)
|
||||||
app.run(debug=True, use_reloader=False, host=HOST_ADDRESS, port=PORT_ADDRESS, logger=logger)
|
app.run(debug=True, use_reloader=False, host=HOST_ADDRESS, port=PORT_ADDRESS, logger=_logger)
|
||||||
|
|
||||||
|
|
||||||
def waitress_run():
|
def waitress_run():
|
||||||
|
|||||||
Reference in New Issue
Block a user