[2026-05-27] 포맷 후 복구 설치 스크립트 추가

This commit is contained in:
2026-05-27 16:53:52 +09:00
parent 04577c63f1
commit 29db1bfcab
135 changed files with 2909 additions and 251 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ class DataCollector:
self.on_vi = on_vi
async def start(self, tickers: list):
self.ws.on_price("*", self.on_price)
for ticker in tickers:
self.ws.on_price(ticker, self.on_price)
self.ws.on_vi(self.on_vi)
await self.ws.subscribe(tickers)