We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69c8a8 commit a06a4f6Copy full SHA for a06a4f6
piker/brokers/kucoin.py
@@ -467,7 +467,7 @@ async def open_symbol_search(
467
468
@acm
469
async def open_ping_task(
470
- ws: wsproto.WSConnection,
+ ws: wsproto.WSConnection,
471
ping_interval, connect_id
472
) -> AsyncGenerator[None, None]:
473
'''
@@ -675,7 +675,6 @@ async def stream_messages(
675
676
async def open_history_client(
677
symbol: str,
678
- type: str = '1m',
679
) -> AsyncGenerator[Callable, None]:
680
async with open_cached_client('kucoin') as client:
681
log.info('Attempting to open kucoin history client')
0 commit comments