fixed logging after upload
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3ea6f02306
commit
2fd833775a
@ -37,6 +37,6 @@ class SoundSender(AbcSender):
|
|||||||
}
|
}
|
||||||
|
|
||||||
r = requests.post(config.API_URL + "/sample", files=files)
|
r = requests.post(config.API_URL + "/sample", files=files)
|
||||||
logging.info("Content: ", r.content)
|
logging.debug(f"Content: {r.content.decode()}")
|
||||||
logging.info("Headers:", r.headers)
|
logging.debug(f"Headers: {r.headers}")
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
|
Loading…
Reference in New Issue
Block a user