init
This commit is contained in:
@@ -10,7 +10,7 @@ class BuySellChecker():
|
||||
PATTERNS = None
|
||||
RESOURCE_PATH = None
|
||||
|
||||
def __init__(self, RESOURCE_PATH, s):
|
||||
def __init__(self, RESOURCE_PATH):
|
||||
self.RESOURCE_PATH = RESOURCE_PATH
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user