Merge pull request #1650 from romanbsd/bugfix

Python 3.x fix
pull/156/head
Apprentice Harper 2021-04-11 15:10:32 +01:00 zatwierdzone przez GitHub
commit 79cfddfbee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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