Merge pull request #1650 from romanbsd/bugfix

Python 3.x fix
This commit is contained in:
Apprentice Harper 2021-04-11 15:10:32 +01:00 committed by GitHub
commit 79cfddfbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ def getK4Pids(rec209, token, kindleDatabase):
kindleAccountToken = bytearray.fromhex((kindleDatabase[1])['kindle.account.tokens'])
except KeyError:
kindleAccountToken=""
kindleAccountToken = b''
pass
try: