mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Fix deprecation warning from sqlite
This commit is contained in:
parent
cff07a12d6
commit
a64fcbfb5c
@ -45,7 +45,7 @@ class _ActualThread(threading.Thread):
|
|||||||
self._lock = threading.Lock()
|
self._lock = threading.Lock()
|
||||||
self._run = True
|
self._run = True
|
||||||
self.lastrowid = -1
|
self.lastrowid = -1
|
||||||
self.setDaemon(True)
|
self.daemon = True
|
||||||
self.start()
|
self.start()
|
||||||
|
|
||||||
def _query(self, query):
|
def _query(self, query):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user