We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdae25 commit 2de7259Copy full SHA for 2de7259
apis/api_virustotal.py
@@ -14,7 +14,7 @@ def check_domain(domain, api_key):
14
if response.status_code == 200:
15
return response.json()
16
else:
17
- print(f"Error: {response.status_code}")
+ print(Fore.RED + f"Error: {response.status_code}" + Style.RESET_ALL)
18
return None
19
20
0 commit comments