More design tweaks

This commit is contained in:
Thomas Sileo 2022-07-14 19:05:45 +02:00
parent c32bcdad8e
commit 61c3c3e214
5 changed files with 7 additions and 221 deletions

View file

@ -104,7 +104,7 @@ class CustomMiddleware:
await self.app(scope, receive, send)
return
response_details = {}
response_details = {"status_code": None}
start_time = time.perf_counter()
request_id = os.urandom(8).hex()