@@ -23,4 +23,4 @@ app.include_router(router=router)
if __name__ == "__main__":
host = os.getenv("HOST", "0.0.0.0")
uvicorn.run(app, host="host", port=8191, log_level=LOG_LEVEL) # noqa: S104
uvicorn.run(app, host=host, port=8191, log_level=LOG_LEVEL) # noqa: S104
The note is not visible to the blocked user.