#31 - Creating thread with callback, on pre_load(). /JL
This commit is contained in:
@@ -25,6 +25,6 @@ class XtendRBase(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def pre_load(self):
|
||||
def pre_load(self, *args):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user