This commit is contained in:
dsyoon
2022-08-05 00:58:56 +09:00
parent 53d9274277
commit a3e390ab70
2 changed files with 7 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ class LabelMaker (HTS):
data = self.buySellChecker.analyze(result)
bsLine, data = self.checkTransaction(data)
self.writeLabelFile(stock_code, bsLine, data, ymd)
#self.writeLabelFile(stock_code, bsLine, data, ymd)
if view:
self.draw_simple(stock_code, ymd, data, bsLine)
#self.draw_detail(stock_code, ymd, data, bsLine)