fix: BinanceSocketManager 메서드명 수정 (futures_kline_socket → kline_futures_socket)

Made-with: Cursor
This commit is contained in:
21in7
2026-03-01 12:56:53 +09:00
parent a90618896d
commit 8e5ec82244

View File

@@ -54,7 +54,7 @@ class KlineStream:
stream_name = f"{self.symbol}@kline_{self.interval}"
logger.info(f"WebSocket 스트림 시작: {stream_name}")
try:
async with bm.futures_kline_socket(
async with bm.kline_futures_socket(
symbol=self.symbol.upper(), interval=self.interval
) as stream:
while True: