init
This commit is contained in:
@@ -481,7 +481,7 @@ class HTS:
|
||||
create_key = "CREATE INDEX IF NOT EXISTS hts_idx on hts(CODE, ymd, hms) "
|
||||
self.cursor.execute(create_key)
|
||||
|
||||
items = self.getStockInfo(stock_code, this_day.strftime('%Y%m%d'))
|
||||
items = self.getStockInfo(stock_code, this_day)
|
||||
|
||||
for item in items:
|
||||
ymd = item[0]
|
||||
|
||||
Reference in New Issue
Block a user