This commit is contained in:
Jing Ling
2020-02-01 17:44:21 +08:00
parent 65a64e3929
commit 2c7a7fa663
5 changed files with 54 additions and 37 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class Collect(object):
if not self.path:
name = f'{self.domain}.{self.format}'
self.path = config.result_save_path.joinpath(name)
dbexport.export(self.domain, dpath=self.path, format=self.format)
dbexport.export(self.domain, path=self.path, format=self.format)
end = time.time()
self.elapsed = round(end - start, 1)