This commit is contained in:
yumoqing 2021-01-31 14:40:34 +08:00
parent cd4b2ff782
commit 893debc612

View File

@ -8,4 +8,4 @@ class Background(Thread):
self.__kw = kw
def run(self):
self.__callee(*self.__args, **self.__kw)
return self.__callee(*self.__args, **self.__kw)