[2026-05-27] 포맷 후 복구 설치 스크립트 추가
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ async def get_status():
|
||||
|
||||
if open_rows:
|
||||
kis = KISClient()
|
||||
await kis.ensure_token()
|
||||
await kis.get_access_token()
|
||||
for ticker, name, entry_price, qty in open_rows:
|
||||
try:
|
||||
info = await kis.get_price(ticker)
|
||||
|
||||
Reference in New Issue
Block a user