diff options
Diffstat (limited to 'module/threads/AddonThread.py')
-rw-r--r-- | module/threads/AddonThread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/threads/AddonThread.py b/module/threads/AddonThread.py index 3a378ad6e..b6a552e0e 100644 --- a/module/threads/AddonThread.py +++ b/module/threads/AddonThread.py @@ -37,7 +37,7 @@ class AddonThread(BaseThread): pyfile.finishIfDone() - def run(self): + def run(self): #TODO: approach via func_code try: try: self.kwargs["thread"] = self |