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
@@ -54,7 +54,7 @@ class Security:
@staticmethod
def get_hw_hash(hardware):
key = f'Azaion_{hardware.mac_address}_{hardware.cpu}_{hardware.gpu}'
key = f'Azaion_{hardware}_%$$$)0_'
return Security.calc_hash(key)
@staticmethod