Skip to content

Commit b339c6b

Browse files
author
Dave Pettypiece
committed
fixed print behaviour for transaction stream
1 parent 49c07e3 commit b339c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transaction/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232
if msg.type == "HEARTBEAT" and not args.show_heartbeats:
3333
continue
3434

35-
print msg.summary()
35+
print(msg.summary())
3636

3737

3838
if __name__ == "__main__":

0 commit comments

Comments
 (0)