mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 20:46:35 +00:00
fixes, hash fix
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ class ApiClient:
|
||||
if response.status_code == HTTPStatus.INTERNAL_SERVER_ERROR:
|
||||
print('500!')
|
||||
|
||||
hw_hash = Security.get_hw_hash(hardware)
|
||||
hw_hash = Security.get_hw_hash(hardware_str)
|
||||
key = Security.get_api_encryption_key(self.credentials, hw_hash)
|
||||
|
||||
resp_bytes = response.raw.read()
|
||||
|
||||
Reference in New Issue
Block a user