1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

Fix zebra striping

This commit is contained in:
Brad Horrocks 2014-06-12 17:07:01 -06:00
parent 50588e0292
commit 2fef9b9f6a

View File

@ -164,7 +164,7 @@ def main():
color_dict = {"default": "",
"header": colorama.Back.WHITE + colorama.Fore.BLACK,
"zebra_0": "",
"zebra_1": colorama.Style.DIM,
"zebra_1": colorama.Style.BRIGHT,
"WARN": colorama.Fore.YELLOW,
"ERROR": colorama.Fore.RED}
def n_print(*args, **kwargs):