summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xi.py3
1 files changed, 2 insertions, 1 deletions
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()