Fixed crash caused by outdated hsgui. Also, fixed app_test, which was also outdated.

This commit is contained in:
Virgil Dupras 2010-11-21 16:45:02 +01:00
parent 7ddf9772df
commit c9da8e26e6
1 changed files with 1 additions and 1 deletions

View File

@ -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)