Skip to content

Commit

Permalink
Merge pull request #3 from fccoelho/patch-1
Browse files Browse the repository at this point in the history
fix the last print
  • Loading branch information
scottjbarr committed Feb 19, 2016
2 parents 75fa1d5 + f65e9dc commit 2dc6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bitfinex-poll-orderbook
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ while True:
print("")
print("%s %s" % ("## ", order_type))
for order in orders[order_type]:
print order
print (order)

0 comments on commit 2dc6a66

Please sign in to comment.