summaryrefslogtreecommitdiffstats
path: root/module/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-05-17 20:06:11 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-05-17 20:06:11 +0200
commit2a74f88fcaf3d3baac24397de81a967c0b8c73e2 (patch)
treec80495e505432637cf69053967ea87090d69baa5 /module/threads
parentsome multiuser db changes (diff)
downloadpyload-2a74f88fcaf3d3baac24397de81a967c0b8c73e2.tar.xz
small typo fixes and TODOs
Diffstat (limited to 'module/threads')
-rw-r--r--module/threads/AddonThread.py2
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