fixes, hash fix

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-31 18:06:14 +03:00
parent 8f3059be0c
commit c0a671a60b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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()