clean output
This commit is contained in:
parent
173b7e3cf0
commit
15a428be82
2
httpz.py
2
httpz.py
@ -236,7 +236,7 @@ async def check_domain(session: aiohttp.ClientSession, domain: str, follow_redir
|
||||
'title' : None,
|
||||
'body' : None,
|
||||
'content_type' : None,
|
||||
'url' : f"https://{base_domain}" if base_domain else domain,
|
||||
'url' : f"https://{base_domain}",
|
||||
'ips' : [],
|
||||
'cname' : None,
|
||||
'nameservers' : [],
|
||||
|
Loading…
Reference in New Issue
Block a user