Skip to content

Commit 00dc21f

Browse files
committed
测试 短的pssh
1 parent c77a80d commit 00dc21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def cdm_device():
5151
raw_pssh = "AAAAUnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADIIARIQtwYw94Vz4wxSkOmn2jKo9BoMaW5rYWVudHdvcmtzIgozMTc0MTAxNjg4KgJIRA=="
5252
pssh = PSSH(raw_pssh)
5353
challenge = cdm.get_license_challenge(session_id, pssh)
54-
return {"message": bytes.fromhex(challenge)}
54+
return {"message": challenge}
5555
except Exception as e:
5656
return {"message": str(e)}
5757

0 commit comments

Comments
 (0)