Skip to content

Commit

Permalink
color reset test
Browse files Browse the repository at this point in the history
  • Loading branch information
pennybelle committed Aug 31, 2024
1 parent b31514d commit 614ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbfetch/main_funcs/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()}[39m "
fetch_data = f"{fetch_data.rstrip()}[39m."

# finally print fetch to terminal
return fetch_data

0 comments on commit 614ee82

Please sign in to comment.