pull/1753/head
Aldo Bleeker 3 years ago
parent ceeb2e3c61
commit 64e5478ad1

@ -350,7 +350,7 @@ class TopazBook:
# use 8 digit pids here
pid = pid[0:8]
if isinstance(pid, str):
pid = pid.encode('utf-8')
pid = pid.encode('latin-1')
print("Trying: {0}".format(pid))
bookKeys = []
data = keydata

Loading…
Cancel
Save