init
This commit is contained in:
@@ -19,7 +19,7 @@ class HTS_252670 (HTS):
|
|||||||
buySellChecker = None
|
buySellChecker = None
|
||||||
|
|
||||||
def __init__(self, RESOURCE_PATH, stock_code, buy_count):
|
def __init__(self, RESOURCE_PATH, stock_code, buy_count):
|
||||||
super().__init__()
|
super().__init__(RESOURCE_PATH)
|
||||||
|
|
||||||
self.RESOURCE_PATH = RESOURCE_PATH
|
self.RESOURCE_PATH = RESOURCE_PATH
|
||||||
self.stock_code = stock_code
|
self.stock_code = stock_code
|
||||||
|
|||||||
Reference in New Issue
Block a user