2
0
mirror of https://github.com/apprenticeharper/DeDRM_tools synced 2024-10-30 21:20:10 +00:00

Fix typo in kindlekey.py that broke Mac version

This commit is contained in:
Daniele Metilli 2021-11-21 22:30:58 +01:00 committed by GitHub
parent 73af5d355d
commit 35d5decdc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1516,7 +1516,7 @@ elif isosx:
b'SerialNumber',\ b'SerialNumber',\
b'UsernameHash',\ b'UsernameHash',\
b'kindle.directedid.info',\ b'kindle.directedid.info',\
b'DSN' b'DSN',\
b'kindle.accounttype.info',\ b'kindle.accounttype.info',\
b'krx.flashcardsplugin.data.encryption_key',\ b'krx.flashcardsplugin.data.encryption_key',\
b'krx.notebookexportplugin.data.encryption_key',\ b'krx.notebookexportplugin.data.encryption_key',\