This commit is contained in:
Dev PC
2025-08-05 12:29:53 +03:00
parent fe140474d9
commit 9adfe63142
2 changed files with 2 additions and 5 deletions
-1
View File
@@ -45,7 +45,6 @@ async def send_post_request(body: dict):
}
if config.DEBUG:
loggingDict("Sending data to Medods", data, call_id)
loggingDict("Headers", headers, call_id)
r = await post_request(url=config.MEDODS_SERVER, headers=headers, json=data)
try:
res = {