fix phid hash list

This commit is contained in:
Cayo Puigdefabregas 2024-11-28 15:40:09 +01:00
parent 30be57ee25
commit 612737d46c

View file

@ -202,6 +202,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)