mirror of
https://github.com/cwinfo/hyperboria-peers.git
synced 2024-11-22 09:30:27 +00:00
Bold colors
This commit is contained in:
parent
027d8d091d
commit
62b9959f36
9
tests.py
9
tests.py
@ -6,12 +6,9 @@ import sys
|
|||||||
REQUIRED_FIELDS = ['publicKey', 'password', 'contact']
|
REQUIRED_FIELDS = ['publicKey', 'password', 'contact']
|
||||||
|
|
||||||
|
|
||||||
RED = '\033[91m'
|
RED = '\x1b[01;31m'
|
||||||
GREEN = '\033[92m'
|
GREEN = '\x1b[01;32m'
|
||||||
YELLOW = '\033[93m'
|
END = '\x1b[0m'
|
||||||
LIGHT_PURPLE = '\033[94m'
|
|
||||||
PURPLE = '\033[95m'
|
|
||||||
END = '\033[0m'
|
|
||||||
|
|
||||||
|
|
||||||
def validate(path):
|
def validate(path):
|
||||||
|
Loading…
Reference in New Issue
Block a user