Fix bad docstring

This commit is contained in:
Matthias 2022-05-15 17:06:40 +02:00
parent 9143e9ecb1
commit 706994340f
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ class Exchange:
per timeframe (e.g. bittrex), otherwise falls back to ohlcv_candle_limit
:param timeframe: Timeframe to check
:param candle_type: Candle-type
:param since_ms: Candle-type
:param since_ms: Starting timestamp
:return: Candle limit as integer
"""
return int(self._ft_has.get('ohlcv_candle_limit_per_timeframe', {}).get(

View File

@ -49,7 +49,7 @@ class Okx(Exchange):
* 100 candles for additional candles (not futures or spot).
:param timeframe: Timeframe to check
:param candle_type: Candle-type
:param since_ms: Candle-type
:param since_ms: Starting timestamp
:return: Candle limit as integer
"""
if (