Update module.py

This commit is contained in:
Jing Ling
2020-05-11 20:25:48 +08:00
committed by GitHub
parent 8acae6c5d6
commit 8da083794f
+1 -1
View File
@@ -63,7 +63,7 @@ class Module(object):
self.elapse = round(self.end - self.start, 1)
logger.log('DEBUG', f'Finished {self.source} module to collect {self.domain}\'s subdomains')
logger.log('INFOR', f'The {self.source} module took {self.elapse} seconds, '
f'found {len(self.subdomains)} subdomains')
f'found {len(self.subdomains)} subdomains')
logger.log('DEBUG', f'{self.source} module found subdomains of {self.domain}\n'
f'{self.subdomains}')