镜像自地址
https://github.com/arsenetar/dupeguru.git
已同步 2025-07-02 21:43:21 +00:00
Fix deprecation warning from sqlite
这个提交包含在:
父节点
cff07a12d6
当前提交
a64fcbfb5c
@ -45,7 +45,7 @@ class _ActualThread(threading.Thread):
|
||||
self._lock = threading.Lock()
|
||||
self._run = True
|
||||
self.lastrowid = -1
|
||||
self.setDaemon(True)
|
||||
self.daemon = True
|
||||
self.start()
|
||||
|
||||
def _query(self, query):
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户