init
This commit is contained in:
@@ -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:
|
||||
|
||||
BIN
resources/hts.db
BIN
resources/hts.db
Binary file not shown.
Reference in New Issue
Block a user