mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
解决批量获取子域问题
This commit is contained in:
@@ -81,7 +81,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, path=self.path, format=self.format)
|
||||
dbexport.export(self.domain, dpath=self.path, format=self.format)
|
||||
end = time.time()
|
||||
self.elapsed = round(end - start, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user