mirror of
https://github.com/bellingcat/octosuite.git
synced 2026-06-12 21:38:34 +03:00
Update message_prefixes.py
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from octosuite.colors import red, white, green, reset
|
||||
from octosuite.config import red, white, green, reset
|
||||
|
||||
"""
|
||||
message prefixes that show what
|
||||
@@ -10,4 +10,4 @@ WARNING = f"{white}[{red}WARNING{white}]{reset}"
|
||||
ERROR = f"{white}[{red}ERROR{white}]{reset}"
|
||||
POSITIVE = f"{white}[{green}POSITIVE{white}]{reset}"
|
||||
NEGATIVE = f"{white}[{red}NEGATIVE{white}]{reset}"
|
||||
INFO = f"{white}[{green}INFO{white}]{reset}"
|
||||
INFO = f"{white}[{green}INFO{white}]{reset}"
|
||||
|
||||
Reference in New Issue
Block a user