mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:06:31 +00:00
write logs for inference and loader to file
This commit is contained in:
@@ -215,7 +215,7 @@ class Api:
|
||||
response = requests.post(url, data=payload, headers=headers, stream=True)
|
||||
|
||||
if response.status_code == HTTPStatus.INTERNAL_SERVER_ERROR:
|
||||
print('500!')
|
||||
print('500!') #test
|
||||
|
||||
key = self.get_encryption_key(hardware.hash)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user