Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
format bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricOrange committed Apr 30, 2022
1 parent fcc8398 commit 6020a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npbc_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def format_output(costs: dict[int, float], total: float, month: int, year: int)


format_string = f"For {date_type(year=year, month=month, day=1).strftime(r'%B %Y')}\n\n"
format_string += f"**TOTAL**: {total}\n"
format_string += f"*TOTAL*: {total}\n"

format_string += '\n'.join([
f"{papers[paper_id]}: {cost}" # type: ignore
Expand Down

0 comments on commit 6020a4f

Please sign in to comment.