Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit c7ce92b

Browse files
committed
fixup! add output format option for transactions list
1 parent e88d9f2 commit c7ce92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revolut_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main(token, language, from_date, output_format, reverse):
5959
transactions = reversed(transactions)
6060
print(json.dumps(transactions))
6161
else:
62-
print(f"output format {output_format!r} not implemented")
62+
print("output format {!r} not implemented".format(output_format))
6363
exit(1)
6464

6565

0 commit comments

Comments
 (0)