debug8
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user