From 0e6fbefc07984fba0c2546fe299be03fc2bd1665 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Fri, 8 Jul 2022 11:36:12 +0900 Subject: [PATCH] init --- hts/HTS.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hts/HTS.py b/hts/HTS.py index 474f759..38bbd82 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -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 \ No newline at end of file + return result \ No newline at end of file