This commit is contained in:
dosangyoon
2022-08-21 20:40:17 +09:00
parent 2b1460a0bf
commit 88fdd80e4a
2 changed files with 35 additions and 14 deletions

View File

@@ -50,23 +50,44 @@ if __name__ == "__main__":
if MODE == "UPDATE": if MODE == "UPDATE":
# 매일 입력하면서 정답 셋 만들기 # 매일 입력하면서 정답 셋 만들기
stock_code = "252670" stock_code = "252670"
ymd = '20220630' ymd = '20220531'
labelMaker.clearLabel(stock_code, ymd) 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, "0901", 2)
labelMaker.update(stock_code, ymd, "1028", 1) labelMaker.update(stock_code, ymd, "0902", 2)
labelMaker.update(stock_code, ymd, "1445", 1) labelMaker.update(stock_code, ymd, "0903", 2)
labelMaker.update(stock_code, ymd, "1446", 1) 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) labelMaker.showLabels(stock_code, ymd)

Binary file not shown.