Skip to content

Commit 49c07e3

Browse files
author
Dave Pettypiece
committed
python3 fix
1 parent a51e5f3 commit 49c07e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transaction/range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main():
5353
)
5454

5555
for transaction in response.get("transactions", 200):
56-
print transaction.title()
56+
print(transaction.title())
5757

5858

5959
if __name__ == "__main__":

0 commit comments

Comments
 (0)