Created
October 15, 2022 08:06
-
-
Save xd003/fe756fe3d457ed95722c241595e6cb7a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "D:\wks\l3.py", line 25, in <module> | |
correct, keys = WV_Function(pssh, lic_url) | |
File "D:\wks\l3.py", line 19, in WV_Function | |
widevine_license = requests.post(url=lic_url, data=wvdecrypt.get_challenge(), headers=headers.headers) | |
AttributeError: module 'headers' has no attribute 'headers' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment