This commit is contained in:
Dev PC
2025-08-05 11:16:57 +03:00
parent 3749d3dcff
commit eff17e9b91
2 changed files with 2 additions and 12 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ async def send_post_request(body: dict):
"Authorization": f"Bearer {config.MEDODS_TOKEN}",
}
if config.DEBUG:
loggingDict("Sending data to Medods", body)
loggingDict("Sending data to Medods", data)
loggingDict("Headers", headers)
r = await post_request(url=config.MEDODS_SERVER, headers=headers, json=data)
try:
res = {