From 7ec104068c750e3aa7c45acd0c904888aab1d821 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Mon, 11 Nov 2024 20:44:01 +0100 Subject: [PATCH] Typo --- pyplayready/key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyplayready/key.py b/pyplayready/key.py index bc656e9..fbeb9da 100644 --- a/pyplayready/key.py +++ b/pyplayready/key.py @@ -20,7 +20,7 @@ class Key: RSA128 = 0x0001 ChainedLicense = 0x0002 ECC256 = 0x0003 - ECCforScalableLicenses = 4 + ECCforScalableLicenses = 0x0004 UNKNOWN = 0xffff @classmethod