diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-24 15:41:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-24 15:41:13 +0200 |
commit | fb145cf68c0178b9551eaae3213ec01be112bf76 (patch) | |
tree | 61d8dd381a831da4c34359b5e471e11d687f4746 /module/threads/AddonThread.py | |
parent | added some animations, code for show/hiding items (diff) | |
download | pyload-fb145cf68c0178b9551eaae3213ec01be112bf76.tar.xz |
fixed some things, so downloads works again
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 b6a552e0e..afb56f66b 100644 --- a/module/threads/AddonThread.py +++ b/module/threads/AddonThread.py @@ -52,7 +52,7 @@ class AddonThread(BaseThread): except Exception, e: if hasattr(self.f, "im_self"): addon = self.f.im_self - addon.logError(_("An Error occured"), e) + addon.logError(_("An Error occurred"), e) if self.m.core.debug: print_exc() self.writeDebugReport(addon.__name__, plugin=addon) |