`deribit`: fix history query routine sig to take `timeframe: float`

deribit_updates
Tyler Goodlet 2023-02-28 00:25:53 -05:00
parent 18d70447cd
commit 3bfe541259
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ async def open_history_client(
async with open_cached_client('deribit') as client:
async def get_ohlc(
timeframe: float,
end_dt: Optional[datetime] = None,
start_dt: Optional[datetime] = None,