mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24: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):
|
||||
def __init__(self):
|
||||
DupeGuruBase.__init__(self, data, '/tmp', appid=4)
|
||||
DupeGuruBase.__init__(self, data, '/tmp')
|
||||
|
||||
def _start_job(self, jobid, func, *args):
|
||||
func(nulljob, *args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user