get_historic_ohlcv price is Optional

This commit is contained in:
Sam Germain 2021-10-13 18:23:03 -06:00
parent 268069abea
commit 48470e33ec

View File

@ -1270,7 +1270,7 @@ class Exchange:
timeframe: str,
since_ms: int,
is_new_pair: bool = False,
price: Optional[str]
price: Optional[str] = None
) -> List:
"""
Get candle history using asyncio and returns the list of candles.