Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tolland committed Oct 14, 2021
1 parent 2d7980f commit e52aff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nordigen_cli/output_formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def pr_transactions(self, transactions, format):
else:
trn_id = f"{tx['bookingDate']}-{amount}-{info}"

print("{}: {:>7} {} : {} {}".format(
print("{}: {:>7} {} : \"{}\" {}".format(
tx['bookingDate'],
tx["transactionAmount"]["amount"],
tx["transactionAmount"]["currency"],
Expand Down

0 comments on commit e52aff9

Please sign in to comment.