Remove unused timeframe var from open_history_client
parent
a69c8a8b44
commit
a06a4f67cc
|
@ -675,7 +675,6 @@ async def stream_messages(
|
||||||
@acm
|
@acm
|
||||||
async def open_history_client(
|
async def open_history_client(
|
||||||
symbol: str,
|
symbol: str,
|
||||||
type: str = '1m',
|
|
||||||
) -> AsyncGenerator[Callable, None]:
|
) -> AsyncGenerator[Callable, None]:
|
||||||
async with open_cached_client('kucoin') as client:
|
async with open_cached_client('kucoin') as client:
|
||||||
log.info('Attempting to open kucoin history client')
|
log.info('Attempting to open kucoin history client')
|
||||||
|
|
Loading…
Reference in New Issue