Skip to content

Commit

Permalink
fixed print behaviour for transaction stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pettypiece committed Aug 11, 2017
1 parent 49c07e3 commit b339c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():
if msg.type == "HEARTBEAT" and not args.show_heartbeats:
continue

print msg.summary()
print(msg.summary())


if __name__ == "__main__":
Expand Down

0 comments on commit b339c6b

Please sign in to comment.