From 4d61440c07613661a569a76ba54d0c7d27de1efe Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 23:59:49 +0000 Subject: fixed blue text at the end --- src/xi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xi.py b/src/xi.py index b0edd87..27d43c3 100644 --- a/src/xi.py +++ b/src/xi.py @@ -53,7 +53,8 @@ def print_stats(conf, opts): for repo,count in pkg_count.items(): print(f"\t{colors.BLUE}{repo}: {colors.LIGHT_BLUE}{count}") - print(colors.CYAN + "================") + print(colors.RESET) + def main(): opts = options.parse_args() -- cgit v1.2.1