clean output

This commit is contained in:
Dionysus 2025-02-10 01:11:30 -05:00
parent 173b7e3cf0
commit 15a428be82
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -236,7 +236,7 @@ async def check_domain(session: aiohttp.ClientSession, domain: str, follow_redir
'title' : None, 'title' : None,
'body' : None, 'body' : None,
'content_type' : None, 'content_type' : None,
'url' : f"https://{base_domain}" if base_domain else domain, 'url' : f"https://{base_domain}",
'ips' : [], 'ips' : [],
'cname' : None, 'cname' : None,
'nameservers' : [], 'nameservers' : [],