mirror of
https://github.com/apprenticeharper/DeDRM_tools
synced 2024-11-16 07:47:18 +01:00
Python 3.x fix
This commit is contained in:
parent
76a47e0dd0
commit
33e37eb375
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