From c9e8f662e81c374cc7c6140513f5301ed0f8ab45 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Sun, 24 Oct 2021 20:15:31 +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 bd3878d..ea2e0e8 100644 --- a/hts/HTS_252670.py +++ b/hts/HTS_252670.py @@ -547,7 +547,7 @@ class HTS_252670: def buyRealTime(self, stock_code, GIVEN_DAY): orderChecker = OrderChecker(stock_code) - BASE_COUNT = 400 + BASE_COUNT = 300 timecheckList = pd.read_csv("timecheck.csv").values.tolist() timecheck = {GIVEN_DAY + " " + str(second).zfill(6):False for second, check in timecheckList}