fix commit
This commit is contained in:
parent
8e1843dbe2
commit
282b9de6a7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class find_duplicate_files:
|
|||
|
||||
def _cache_file(self, file, hash):
|
||||
result = self.cur.execute(f"INSERT INTO files (hash, file) VALUES ('{file}', '{hash}')")
|
||||
self.cur.commit()
|
||||
self.cache_db.commit()
|
||||
return result
|
||||
|
||||
def recursive_scandir(self, path, ignore_hidden_files=True):
|
||||
|
|
Loading…
Reference in a new issue