From 6489c92fcc0714a46e2e16ed6ac22fff3e66507d Mon Sep 17 00:00:00 2001 From: dsyoon Date: Wed, 17 Aug 2022 14:49:13 +0900 Subject: [PATCH] init --- hts/HTS.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hts/HTS.py b/hts/HTS.py index 8589096..7a3f704 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -734,6 +734,7 @@ class HTS: result["high"].append(open) result["low"].append(open) result["vol"].append(0) + result["label"].append(0) if time not in result["check"]: result["check"].add(time) @@ -744,5 +745,6 @@ class HTS: result["high"].append(high) result["low"].append(low) result["vol"].append(vol) + result["label"].append(0) return result \ No newline at end of file