添加导出纯子域结果功能

This commit is contained in:
Jing Ling
2020-05-09 18:48:16 +08:00
parent 2535b62dbe
commit 0e3584d906
2 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ class OneForAll(object):
if self.domains:
for self.domain in self.domains:
self.main()
utils.export_all(self.format, self.path, self.datas)
utils.export_all(self.alive, self.format, self.path, self.datas)
else:
logger.log('FATAL', f'Failed to obtain domain')
logger.log('INFOR', f'Finished OneForAll')