diff options
author | 2015-04-16 19:38:27 +0200 | |
---|---|---|
committer | 2015-04-16 19:38:27 +0200 | |
commit | d7ced99ef511ce9f0a81e437db2f31fce8717b23 (patch) | |
tree | 3df5e579ade317e01da47ded86d98483f0857fcb /pyload/plugin/hoster/NoPremiumPl.py | |
parent | Merge pull request #1 from vuolter/0.4.10 (diff) | |
download | pyload-d7ced99ef511ce9f0a81e437db2f31fce8717b23.tar.xz |
fixed: more typos
Diffstat (limited to 'pyload/plugin/hoster/NoPremiumPl.py')
-rw-r--r-- | pyload/plugin/hoster/NoPremiumPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/NoPremiumPl.py b/pyload/plugin/hoster/NoPremiumPl.py index 701ca6a6d..109932721 100644 --- a/pyload/plugin/hoster/NoPremiumPl.py +++ b/pyload/plugin/hoster/NoPremiumPl.py @@ -79,7 +79,7 @@ class NoPremiumPl(MultiHoster): if "errno" in parsed.keys(): if parsed["errno"] in self.ERROR_CODES: # error code in known - self.fail(self.ERROR_CODES[parsed["errno"]] % self.__name) + self.fail(self.ERROR_CODES[parsed["errno"]] % self.__class__.__name__) else: # error code isn't yet added to plugin self.fail( |