Merge branch 'main' into draft-v4

This commit is contained in:
Dr.Lt.Data
2025-07-08 12:21:47 +09:00
15 changed files with 8213 additions and 5125 deletions

View File

@@ -64,7 +64,7 @@ def create_middleware():
client_ip = get_client_ip(request)
connected_clients.add(client_ip)
handler_path = f"{handler.__module__}.{handler.__name__}"
# handler_path = f"{handler.__module__}.{handler.__name__}"
response: web.Response = await handler(request)
return response