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