Simplify client id call form challenge

This commit is contained in:
hyugogirubato 2024-07-07 10:07:14 +02:00
parent 03646285d7
commit fcc0fb3b79
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Cdm:
license_request.ParseFromString(signed_message.msg)
client_id: ClientIdentification = license_request.client_id
self.set_client_id(data=client_id.SerializeToString())
self.set_client_id(data=client_id)
except Exception as e:
self.logger.error('Error parsing challenge: %s', e)