Skip to content

Commit

Permalink
Red-colored error
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Dec 3, 2024
1 parent fbdae25 commit 2de7259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/api_virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def check_domain(domain, api_key):
if response.status_code == 200:
return response.json()
else:
print(f"Error: {response.status_code}")
print(Fore.RED + f"Error: {response.status_code}" + Style.RESET_ALL)
return None


Expand Down

0 comments on commit 2de7259

Please sign in to comment.