mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
fix G004
This commit is contained in:
@@ -17,7 +17,8 @@ async def matrix_webhook(request):
|
||||
|
||||
This one handles a POST, checks its content, and forwards it to the matrix room.
|
||||
"""
|
||||
LOGGER.debug(f"Handling {request=}")
|
||||
msg = f"Handling {request=}"
|
||||
LOGGER.debug(msg)
|
||||
|
||||
# healthcheck
|
||||
if request.rel_url.path == "/health":
|
||||
|
||||
Reference in New Issue
Block a user