This commit is contained in:
Jing Ling
2020-09-12 12:16:00 +08:00
parent 9958674d79
commit 235e459313
+1 -1
View File
@@ -126,7 +126,7 @@ def get_from_target(target):
domains = set()
if isinstance(target, str):
if target.endswith('.txt'):
logger.log('FETAL', 'Use targets parameter for multiple domain names')
logger.log('FATAL', 'Use targets parameter for multiple domain names')
exit(1)
domain = match_main_domain(target)
if not domain: