We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc313aa commit 3132121Copy full SHA for 3132121
server/application.py
@@ -34,7 +34,7 @@ def __init__(self, *, bot: Bot) -> None:
34
self.bot: Bot = bot
35
self.__auth: str | None = CONFIG["TOKENS"].get("pythonista")
36
37
- super().__init__()
+ super().__init__(access_log=False)
38
39
@starlette_plus.route("/dpy/modlog", methods=["POST"], prefix=False, include_in_schema=False)
40
async def dpy_modlog(self, request: starlette_plus.Request) -> starlette_plus.Response:
0 commit comments