mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 10:46:35 +00:00
fixes, hash fix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user