Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Sep 5, 2018
2 parents 58859c4 + a836ab0 commit a5f4ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/py/bitmex-fetch-ohlcv-with-extra-params.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
candles[num_candles - 1][3],
candles[num_candles - 1][4]))
# * 5 to make distinct delay and to avoid too much load
# / 1000 to convert seconds to milliseconds
# / 1000 to convert milliseconds to fractional seconds
time.sleep(bitmex.rateLimit * 5 / 1000)

0 comments on commit a5f4ac0

Please sign in to comment.