mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
More ANSI colours.
This commit is contained in:
parent
0fcb008232
commit
d167f06c3f
@ -19,6 +19,10 @@ except (ImportError, AttributeError):
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
ANSI_UP_DEL = u"\u001b[F\u001b[K"
|
ANSI_UP_DEL = u"\u001b[F\u001b[K"
|
||||||
|
ANSI_RED = u"\u001b[1;31m"
|
||||||
|
ANSI_GREEN = u"\001b[1;32m"
|
||||||
|
ANSI_YELLOW = u"\u001b[1;33m"
|
||||||
|
ANSI_CYAN = u"\u001b[1;36m"
|
||||||
ANSI_WHITE = u"\u001b[1;37m"
|
ANSI_WHITE = u"\u001b[1;37m"
|
||||||
ANSI_RESET = u"\u001b[0m"
|
ANSI_RESET = u"\u001b[0m"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user