We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77a80d commit 00dc21fCopy full SHA for 00dc21f
src/index.py
@@ -51,7 +51,7 @@ async def cdm_device():
51
raw_pssh = "AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIIARIQtwYw94Vz4wxSkOmn2jKo9BoMaW5rYWVudHdvcmtzIgozMTc0MTAxNjg4KgJIRA=="
52
pssh = PSSH(raw_pssh)
53
challenge = cdm.get_license_challenge(session_id, pssh)
54
- return {"message": bytes.fromhex(challenge)}
+ return {"message": challenge}
55
except Exception as e:
56
return {"message": str(e)}
57
0 commit comments