Fix Nook study key retrieval

This commit is contained in:
NoDRM
2022-03-22 15:49:44 +01:00
parent 76ce6d9c5c
commit dcbb377566
2 changed files with 3 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ def getNookLogFiles():
logpath = path +'\\Barnes & Noble\\NOOKstudy\\logs\\BNClientLog.txt'
if os.path.isfile(logpath):
found = True
print('Found nookStudy log file: ' + logpath.encode('ascii','ignore'), file=sys.stderr)
print('Found nookStudy log file: ' + logpath, file=sys.stderr)
logFiles.append(logpath)
else:
home = os.getenv('HOME')