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

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: