fix: BinanceSocketManager 메서드명 수정 (futures_kline_socket → kline_futures_socket)
Made-with: Cursor
This commit is contained in:
@@ -54,7 +54,7 @@ class KlineStream:
|
|||||||
stream_name = f"{self.symbol}@kline_{self.interval}"
|
stream_name = f"{self.symbol}@kline_{self.interval}"
|
||||||
logger.info(f"WebSocket 스트림 시작: {stream_name}")
|
logger.info(f"WebSocket 스트림 시작: {stream_name}")
|
||||||
try:
|
try:
|
||||||
async with bm.futures_kline_socket(
|
async with bm.kline_futures_socket(
|
||||||
symbol=self.symbol.upper(), interval=self.interval
|
symbol=self.symbol.upper(), interval=self.interval
|
||||||
) as stream:
|
) as stream:
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user