mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
debug
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ def get_from_target(target):
|
|||||||
domains = set()
|
domains = set()
|
||||||
if isinstance(target, str):
|
if isinstance(target, str):
|
||||||
if target.endswith('.txt'):
|
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)
|
exit(1)
|
||||||
domain = match_main_domain(target)
|
domain = match_main_domain(target)
|
||||||
if not domain:
|
if not domain:
|
||||||
|
|||||||
Reference in New Issue
Block a user