#31 - Creating thread with callback, on pre_load(). /JL

This commit is contained in:
2025-03-28 17:26:58 +01:00
parent 1be429c5cd
commit 406c1b77ed
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ class XtendRBase(ABC):
pass
@abstractmethod
def pre_load(self):
def pre_load(self, *args):
pass