Browse Source

originate test

Hal De 4 năm trước cách đây
mục cha
commit
ea0e919041
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/app.py

+ 1 - 1
app/app.py

@@ -121,7 +121,7 @@ class AuthMiddleware:
                       'status': 200,
                       'headers': [(b'content-length', b'50000')]})
           await send({'type': 'http.response.body',
-                      'body': b'scope: {}'.format(pformat(getmembers(scope), indent=1)) + b'\nrequest: {}'.format(pformat(getmembers(request), indent=1),
+                      'body': b'scope: {}'.format(pformat(getmembers(scope), indent=1)) + b'\nrequest: {}'.format(pformat(getmembers(request), indent=1)),
                       'more_body': False})
 
           return await self.app(scope, receive, send)