From 14a6f3db41eac5339608da7bfb5d67c609cfd850 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Fri, 27 May 2022 10:45:55 +0900 Subject: [PATCH] init --- hts/HTS_252670.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts/HTS_252670.py b/hts/HTS_252670.py index 9216358..65e8f94 100644 --- a/hts/HTS_252670.py +++ b/hts/HTS_252670.py @@ -549,7 +549,7 @@ class HTS_252670: def buyRealTime(self, GIVEN_DAY): orderChecker = OrderChecker(self.stock_code) - BASE_COUNT = 200 + BASE_COUNT = 500 timecheckList = pd.read_csv("timecheck.csv").values.tolist() timecheck = {GIVEN_DAY + " " + str(second).zfill(6):False for second, check in timecheckList}