deleted print statement
This commit is contained in:
parent
7bf60eb210
commit
1f39298386
@ -81,6 +81,7 @@ def analyse2(host, host_type):
|
|||||||
result, analysis_json = analyse_URL(api_key, response_id)
|
result, analysis_json = analyse_URL(api_key, response_id)
|
||||||
elif host_type == "domain" or host_type == "email address":
|
elif host_type == "domain" or host_type == "email address":
|
||||||
result, analysis_json = analyse_domain(api_key, host)
|
result, analysis_json = analyse_domain(api_key, host)
|
||||||
|
print("DOMAIN VT LOOKUP IS: ", result)
|
||||||
elif host_type == "ip":
|
elif host_type == "ip":
|
||||||
result, analysis_json = analyse_IP(api_key, host)
|
result, analysis_json = analyse_IP(api_key, host)
|
||||||
if host_type == "url":
|
if host_type == "url":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user