summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareCx.py
diff options
context:
space:
mode:
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()