diff --git a/app/main.py b/app/main.py index 56bcac8..ee76cf2 100644 --- a/app/main.py +++ b/app/main.py @@ -104,7 +104,7 @@ async def deal_tab( try: result = [] q = [DOMAIN, PROTOCOL, LANG, APP_SID] - logger.info(await result.body()) + logger.info(await request.body()) logger.info(q) return {"status": "success", "result": result, "q": q} except Exception as e: