This commit is contained in:
dosangyoon
2022-08-20 16:19:58 +09:00
parent 9a6e552cb0
commit 2b1460a0bf
2 changed files with 16 additions and 6 deletions

View File

@@ -50,14 +50,24 @@ if __name__ == "__main__":
if MODE == "UPDATE":
# 매일 입력하면서 정답 셋 만들기
stock_code = "252670"
ymd = '20220818'
ymd = '20220630'
labelMaker.clearLabel(stock_code, ymd)
labelMaker.update(stock_code, ymd, "0928", 1)
labelMaker.update(stock_code, ymd, "0929", 1)
labelMaker.update(stock_code, ymd, "1359", 1)
labelMaker.update(stock_code, ymd, "1400", 1)
labelMaker.update(stock_code, ymd, "1401", 1)
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.showLabels(stock_code, ymd)
else:

Binary file not shown.