Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves the bug around 'TypeError: a bytes-like object is required, …
…not 'str'' A single-line change on #L170 to `wv.protection_scheme = struct.unpack('>L', bytes(protection_scheme, encoding='utf-8'))[0]`, needed to work around this issue on Ubuntu 22.04LTS+ running Python 3.10+: ```sh TypeError: a bytes-like object is required, not 'str' ``` On line 170.
- Loading branch information