镜像自地址
https://github.com/arsenetar/dupeguru.git
已同步 2025-09-11 17:58:17 +00:00
changed cache filename
这个提交包含在:
父节点
2f02a6010d
当前提交
1ea108fc2b
@ -138,7 +138,7 @@ class DupeGuru(Broadcaster):
|
||||
self.app_mode = AppMode.STANDARD
|
||||
self.discarded_file_count = 0
|
||||
self.exclude_list = ExcludeList()
|
||||
hash_cache_file = op.join(self.appdata, "hash.cache")
|
||||
hash_cache_file = op.join(self.appdata, "hash_cache.db")
|
||||
self.directories = directories.Directories(self.exclude_list, hash_cache_file)
|
||||
self.results = results.Results(self)
|
||||
self.ignore_list = IgnoreList()
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户