This commit is contained in:
dosangyoon
2022-07-29 14:46:01 +09:00
parent 36273872ab
commit f1bcaa377e
2 changed files with 10 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ class HTS_122630 (HTS):
buySellChecker = None
def __init__(self, RESOURCE_PATH, stock_code, buy_count):
super().__init__()
super().__init__(RESOURCE_PATH)
self.RESOURCE_PATH = RESOURCE_PATH
self.stock_code = stock_code