mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
More design tweaks
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user