Fix file lock issue in androidkindlekey.py

This commit is contained in:
NoDRM
2023-12-03 10:42:41 +01:00
parent ef67dbd204
commit e4e5808894
2 changed files with 5 additions and 0 deletions

View File

@@ -201,6 +201,9 @@ def get_serials2(path=STORAGE2):
for y in tokens:
serials.append(y)
serials.append(x+y)
connection.close()
return serials
def get_serials(path=STORAGE):