summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareCx.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-30 16:09:09 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-30 16:09:09 +0200
commit301ac21f2a4b6032d05fba362d167bf182404ee6 (patch)
tree71def1385a5c35d53994e95fac074b91d0eeafc5 /module/plugins/hoster/ShareCx.py
parentencoding fixes (diff)
downloadpyload-301ac21f2a4b6032d05fba362d167bf182404ee6.tar.xz
little fixes
Diffstat (limited to 'module/plugins/hoster/ShareCx.py')
-rw-r--r--module/plugins/hoster/ShareCx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareCx.py b/module/plugins/hoster/ShareCx.py
index 63a51eab7..adebb1c77 100644
--- a/module/plugins/hoster/ShareCx.py
+++ b/module/plugins/hoster/ShareCx.py
@@ -50,7 +50,7 @@ class ShareCx(Hoster):
self.pyfile = pyfile
self.download_html()
if not self.file_exists():
- offline()
+ self.offline()
pyfile.name = self.get_file_name()
self.doDownload()