This commit is contained in:
dosangyoon
2022-08-03 16:14:32 +09:00
parent 92e57b2f86
commit edb9f75a62
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class HTS_122630 (HTS):
self.orderChecker = OrderChecker(self.RESOURCE_PATH, self.stock_code)
self.buySellChecker = BuySellChecker()
self.labelMaker = LabelMaker()
self.labelMaker = LabelMaker(RESOURCE_PATH)
return
def getSellingPrice(self, final_price):