We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51e5f3 commit 49c07e3Copy full SHA for 49c07e3
1 file changed
src/transaction/range.py
@@ -53,7 +53,7 @@ def main():
53
)
54
55
for transaction in response.get("transactions", 200):
56
- print transaction.title()
+ print(transaction.title())
57
58
59
if __name__ == "__main__":
0 commit comments