Skip to content

Commit 7abc48b

Browse files
examples
1 parent 8153b9d commit 7abc48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/bybit_websocket_linear_kline_1m_ohlcv_to_sqlite/bybit_websocket_linear_kline_1m_ohlcv_to_sqlite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async def main(self):
3636
for symbol in rest_data['result']:
3737
if symbol['quote_currency'] == 'USDT' and symbol['status'] == 'Trading':
3838
markets.append(symbol['name'])
39+
print(f"Subscribing to {len(markets)} markets!")
3940
self.ubbwa.create_stream(channels="kline.1",
4041
endpoint="public/linear",
4142
markets=markets,

0 commit comments

Comments
 (0)