mirror of
https://github.com/noDRM/DeDRM_tools
synced 2024-11-16 19:48:10 +01:00
commit
79cfddfbee
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ def getK4Pids(rec209, token, kindleDatabase):
|
|||
kindleAccountToken = bytearray.fromhex((kindleDatabase[1])['kindle.account.tokens'])
|
||||
|
||||
except KeyError:
|
||||
kindleAccountToken=""
|
||||
kindleAccountToken = b''
|
||||
pass
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue