mirror of
https://github.com/noDRM/DeDRM_tools.git
synced 2026-03-20 13:08:55 +00:00
Fix file lock issue in androidkindlekey.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user