summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Radek Senfeld <rush@logic.cz> 2015-01-16 12:00:33 +0100
committerGravatar Radek Senfeld <rush@logic.cz> 2015-01-16 12:00:33 +0100
commitbde582c23a2852a613ba10fd1bbb669f82af103f (patch)
tree07371e8a7bde6e6002ef289432c6975a4fdddc38
parent[LinkdecrypterCom] Improve getCrypters routine (diff)
downloadpyload-bde582c23a2852a613ba10fd1bbb669f82af103f.tar.xz
fixed a minor typo (self -> cls)
-rw-r--r--module/plugins/hoster/WebshareCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/WebshareCz.py b/module/plugins/hoster/WebshareCz.py
index e3424fc21..a69aa2242 100644
--- a/module/plugins/hoster/WebshareCz.py
+++ b/module/plugins/hoster/WebshareCz.py
@@ -21,7 +21,7 @@ class WebshareCz(SimpleHoster):
@classmethod
def getInfo(cls, url="", html=""):
- info = super(WebshareCz, self).getInfo(url, html)
+ info = super(WebshareCz, cls).getInfo(url, html)
if url:
info['pattern'] = re.match(cls.__pattern__, url).groupdict()