Skip to content

Commit

Permalink
shift *
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricOrange committed Mar 4, 2022
1 parent 0e9ca3f commit 5fb7f90
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 @@ -226,7 +226,7 @@ def delete_undelivered_string(self, paper_id: int) -> None:

def format(self) -> str:
string = f"For {date_type(self.year, self.month, 1):%B %Y}\n\n"
string += f"*TOTAL:* {self.totals.pop('0')}\n"
string += f"*TOTAL: {self.totals.pop('0')}*\n"

string += '\n'.join([
f"{self.connection.cursor().execute('SELECT name FROM papers WHERE paper_id = ?;', (paper_id,)).fetchone()[0]}: {cost}"
Expand Down

0 comments on commit 5fb7f90

Please sign in to comment.