This commit is contained in:
dsyoon
2023-10-10 07:01:40 +09:00
parent a2f15489ca
commit 27a0fc42d0
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ class HTS_etf(HTS):
LAST_DATA = self.getLastData(stock_code, today)
while datetime.strptime(today + " 070000", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 153100",'%Y%m%d %H%M%S'):
while datetime.strptime(today + " 063000", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 153100",'%Y%m%d %H%M%S'):
if datetime.strptime(today + " 090000", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 151500", '%Y%m%d %H%M%S'):