anubhav77 commited on
Commit
f4b28b5
·
1 Parent(s): 1acc6c8
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -36,7 +36,7 @@ async def catch_exceptions_middleware(
36
  try:
37
  print("In exception cater middleware")
38
  print(request.headers)
39
- print(await request.body())
40
  return await call_next(request)
41
  except Exception as e:
42
  print(repr(e))
 
36
  try:
37
  print("In exception cater middleware")
38
  print(request.headers)
39
+ #print(await request.body())
40
  return await call_next(request)
41
  except Exception as e:
42
  print(repr(e))