Config changed for api url
This commit is contained in:
@@ -36,7 +36,7 @@ class SoundSender(AbcSender):
|
||||
"application/json")
|
||||
}
|
||||
|
||||
r = requests.post(config.INPUT_SVC_URL, files=files)
|
||||
r = requests.post(config.API_URL + "/sample", files=files)
|
||||
logging.info("Content: ", r.content)
|
||||
logging.info("Headers:", r.headers)
|
||||
r.raise_for_status()
|
||||
|
||||
Reference in New Issue
Block a user