This commit is contained in:
dsyoon
2022-07-08 11:36:12 +09:00
parent 017e89aa95
commit 0e6fbefc07

View File

@@ -447,8 +447,8 @@ class HTS:
start_time = datetime.strptime(given_day + " 090000", '%Y%m%d %H%M%S')
temp = datetime.strptime(str(days) + " " + str(time).zfill(4) + "00", '%Y%m%d %H%M%S')
if temp < start_time:
continue
#if temp < start_time:
# continue
result["time"].append(temp)
result["open"].append(int(open_v))
@@ -530,4 +530,4 @@ class HTS:
result["low"].append(low)
result["vol"].append(vol)
return
return result