diff --git a/pywidevine/device.py b/pywidevine/device.py index ccbeb1f..30362bc 100644 --- a/pywidevine/device.py +++ b/pywidevine/device.py @@ -25,7 +25,7 @@ class _Types(Enum): class _Structures: header = Struct( "signature" / Const(b"WVD"), - "version" / Const(Int8ub, 1) + "version" / Int8ub ) v2 = Struct(