diff --git a/src/pbfetch/main_funcs/horizontal_formatter.py b/src/pbfetch/main_funcs/horizontal_formatter.py index 5f0b460..f9a4025 100644 --- a/src/pbfetch/main_funcs/horizontal_formatter.py +++ b/src/pbfetch/main_funcs/horizontal_formatter.py @@ -19,7 +19,7 @@ def replace_keyword(template, keyword, stat): replaced_template = [] for line in template: - line = "" + line + line = "" + line # if no keyword add line to replace template and continue if keyword not in line: