From 614ee82c72c73df1aad6e28cd4de93ba2ed19323 Mon Sep 17 00:00:00 2001 From: pennybelle Date: Fri, 30 Aug 2024 20:06:57 -0400 Subject: [PATCH] color reset test --- src/pbfetch/main_funcs/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pbfetch/main_funcs/fetch.py b/src/pbfetch/main_funcs/fetch.py index d487eea..77f4f82 100644 --- a/src/pbfetch/main_funcs/fetch.py +++ b/src/pbfetch/main_funcs/fetch.py @@ -44,7 +44,7 @@ def fetch(fetch_data): fetch_data = hf.replace_keywords(fetch_data, stats_dict) # strip whitespace only from the right and reset colors at the end - fetch_data = f"{fetch_data.rstrip()} " + fetch_data = f"{fetch_data.rstrip()}." # finally print fetch to terminal return fetch_data