diff --git a/LabelMaker.py b/LabelMaker.py index 3b78fe3..f3064c5 100644 --- a/LabelMaker.py +++ b/LabelMaker.py @@ -50,23 +50,44 @@ if __name__ == "__main__": if MODE == "UPDATE": # 매일 입력하면서 정답 셋 만들기 stock_code = "252670" - ymd = '20220630' - + ymd = '20220531' labelMaker.clearLabel(stock_code, ymd) - labelMaker.update(stock_code, ymd, "0940", 2) - labelMaker.update(stock_code, ymd, "0941", 2) - labelMaker.update(stock_code, ymd, "0942", 2) - labelMaker.update(stock_code, ymd, "0943", 2) - labelMaker.update(stock_code, ymd, "1411", 2) - labelMaker.update(stock_code, ymd, "1412", 2) - labelMaker.update(stock_code, ymd, "1413", 2) - labelMaker.update(stock_code, ymd, "1414", 2) - labelMaker.update(stock_code, ymd, "1027", 1) - labelMaker.update(stock_code, ymd, "1028", 1) - labelMaker.update(stock_code, ymd, "1445", 1) - labelMaker.update(stock_code, ymd, "1446", 1) + labelMaker.update(stock_code, ymd, "0901", 2) + labelMaker.update(stock_code, ymd, "0902", 2) + labelMaker.update(stock_code, ymd, "0903", 2) + labelMaker.update(stock_code, ymd, "1429", 2) + labelMaker.update(stock_code, ymd, "1430", 2) + labelMaker.update(stock_code, ymd, "1431", 2) + labelMaker.update(stock_code, ymd, "1432", 2) + labelMaker.update(stock_code, ymd, "1433", 2) + labelMaker.update(stock_code, ymd, "1434", 2) + labelMaker.update(stock_code, ymd, "1435", 2) + labelMaker.update(stock_code, ymd, "1436", 2) + labelMaker.update(stock_code, ymd, "1437", 2) + labelMaker.update(stock_code, ymd, "1438", 2) + labelMaker.update(stock_code, ymd, "1439", 2) + labelMaker.update(stock_code, ymd, "1440", 2) + labelMaker.update(stock_code, ymd, "1441", 2) + labelMaker.update(stock_code, ymd, "1442", 2) + labelMaker.update(stock_code, ymd, "1443", 2) + labelMaker.update(stock_code, ymd, "1444", 2) + labelMaker.update(stock_code, ymd, "1445", 2) + labelMaker.update(stock_code, ymd, "1446", 2) + labelMaker.update(stock_code, ymd, "1447", 2) + + labelMaker.update(stock_code, ymd, "0930", 1) + labelMaker.update(stock_code, ymd, "0931", 1) + labelMaker.update(stock_code, ymd, "0932", 1) + labelMaker.update(stock_code, ymd, "0933", 1) + labelMaker.update(stock_code, ymd, "0934", 1) + labelMaker.update(stock_code, ymd, "0935", 1) + labelMaker.update(stock_code, ymd, "1516", 1) + labelMaker.update(stock_code, ymd, "1517", 1) + labelMaker.update(stock_code, ymd, "1518", 1) + labelMaker.update(stock_code, ymd, "1519", 1) + labelMaker.showLabels(stock_code, ymd) diff --git a/resources/hts.db b/resources/hts.db index eac1fc5..999b662 100644 Binary files a/resources/hts.db and b/resources/hts.db differ