deleted print statement

This commit is contained in:
Joost Agterhoek 2025-06-25 21:33:44 +02:00
parent 7bf60eb210
commit 1f39298386

View File

@ -81,6 +81,7 @@ def analyse2(host, host_type):
result, analysis_json = analyse_URL(api_key, response_id)
elif host_type == "domain" or host_type == "email address":
result, analysis_json = analyse_domain(api_key, host)
print("DOMAIN VT LOOKUP IS: ", result)
elif host_type == "ip":
result, analysis_json = analyse_IP(api_key, host)
if host_type == "url":