This commit is contained in:
aarizona 2024-05-02 13:10:02 +03:00
parent f0af5af3e8
commit 67af4504f6
1 changed files with 1 additions and 0 deletions

View File

@ -34,4 +34,5 @@ async def intgr(request: Request):
f"&fields[POST_MESSAGE]={bx_comment}"
)
logger.info(f"result {json.loads(bx_res.text)}")
return {"status": "success"}