fix phid hash list

This commit is contained in:
Cayo Puigdefabregas 2024-11-28 15:40:09 +01:00
parent dd327e5231
commit 8643495a9d

View file

@ -195,6 +195,6 @@ class Build:
def register_device_dlt(self):
chid = self.algorithms.get('legacy_dpp')
phid = self.get_signature(self.get_phid())
phid = self.get_signature(json.dumps(self.get_phid()))
register_device_dlt(chid, phid, self.uuid, self.user)
register_passport_dlt(chid, phid, self.uuid, self.user)