mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed crash caused by outdated hsgui. Also, fixed app_test, which was also outdated.
This commit is contained in:
parent
7ddf9772df
commit
c9da8e26e6
@ -28,7 +28,7 @@ from ..scanner import ScanType
|
|||||||
|
|
||||||
class DupeGuru(DupeGuruBase):
|
class DupeGuru(DupeGuruBase):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
DupeGuruBase.__init__(self, data, '/tmp', appid=4)
|
DupeGuruBase.__init__(self, data, '/tmp')
|
||||||
|
|
||||||
def _start_job(self, jobid, func, *args):
|
def _start_job(self, jobid, func, *args):
|
||||||
func(nulljob, *args)
|
func(nulljob, *args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user