Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sha-yol committed Dec 3, 2024
1 parent 9b1b3c9 commit aee2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def addTransaction(newTxn: Union[dict, list[dict]], group_title=None) -> None:
print(
f"Transaction {newTxn['description']} errored, body: {body}, e: {e}")
raise
print(f"Added Transaction: {newTxn['description']}")
print(f"Added Transaction: {group_title}")


def processExpense(past_day: datetime, txns: dict[dict], exp: Expense, *args) -> None:
Expand Down

0 comments on commit aee2c3c

Please sign in to comment.