导出类型为表

This commit is contained in:
Jing Ling
2020-08-13 02:58:05 +08:00
parent 5eba97ebce
commit 835fe530fe
+1 -1
View File
@@ -87,7 +87,7 @@ class Collect(object):
if not self.path:
name = f'{self.domain}.{self.format}'
self.path = settings.result_save_dir.joinpath(name)
dbexport.export(self.domain, path=self.path, format=self.format)
dbexport.export(self.domain, type='table', path=self.path, format=self.format)
end = time.time()
self.elapse = round(end - start, 1)