Merge pull request #1650 from romanbsd/bugfix

Python 3.x fix
pull/1691/head
Apprentice Harper 3 years ago committed by GitHub
commit 79cfddfbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save