diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-05-17 20:06:11 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-05-17 20:06:11 +0200 |
commit | 2a74f88fcaf3d3baac24397de81a967c0b8c73e2 (patch) | |
tree | c80495e505432637cf69053967ea87090d69baa5 /module/threads | |
parent | some multiuser db changes (diff) | |
download | pyload-2a74f88fcaf3d3baac24397de81a967c0b8c73e2.tar.xz |
small typo fixes and TODOs
Diffstat (limited to 'module/threads')
-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 |