mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
Simplify client id call form challenge
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user