This commit is contained in:
dsyoon
2023-02-08 00:26:55 +09:00
parent d345866aff
commit 3e8ab4bf6d
2 changed files with 4 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ class HTS_etf (HTS):
for stock in stocks:
time.sleep(0.1)
# 데이터를 가지고 온다.
result = self.getRealTime(stock['stock_code'], today, LAST_DATA[stock['stock_code']])