Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Fix URL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Dec 29, 2018
1 parent d75d8f5 commit d00722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethfinex/public_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def get_candles(self, symbol, time_frame, section,
if sort:
params['sort'] = sort

url = 'candles/trade:'
url = '/candles/trade:'
return self._send_message(f'{url}{time_frame}:{symbol}/{section}',
params=params)

Expand Down

0 comments on commit d00722b

Please sign in to comment.