summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HellshareCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/HellshareCz.py')
-rw-r--r--module/plugins/hoster/HellshareCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/HellshareCz.py b/module/plugins/hoster/HellshareCz.py
index 8809da5ef..a5cea6b9f 100644
--- a/module/plugins/hoster/HellshareCz.py
+++ b/module/plugins/hoster/HellshareCz.py
@@ -39,7 +39,7 @@ class HellshareCz(SimpleHoster):
m = re.search(self.SHOW_WINDOW_PATTERN, self.html)
if m is None:
- self.error('SHOW WINDOW')
+ self.error("SHOW WINDOW")
self.url = "http://www.hellshare.com" + m.group(1)
self.download(self.url)