Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 5, 2018
1 parent a9d9521 commit 6d5bed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/py/fetch-ohlcv-kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def print_chart(exchange, symbol, timeframe):


last = print_chart(exchange, symbol, '1m')
print("\n" + exchange.name + " = $" + str(last) + "\n") # print last closing price
print("\n" + exchange.name + " = $" + str(last) + "\n") # print last closing price

0 comments on commit 6d5bed7

Please sign in to comment.