Skip to content

Commit 2de7259

Browse files
Red-colored error
1 parent fbdae25 commit 2de7259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apis/api_virustotal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def check_domain(domain, api_key):
1414
if response.status_code == 200:
1515
return response.json()
1616
else:
17-
print(f"Error: {response.status_code}")
17+
print(Fore.RED + f"Error: {response.status_code}" + Style.RESET_ALL)
1818
return None
1919

2020

0 commit comments

Comments
 (0)