summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Keep2shareCc.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-05 23:08:44 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-05 23:08:44 +0100
commit5a23de6f32dc99960cccd634d2fd2cc47c34be2a (patch)
tree0e2f303aa2d2309dd19586ee9badc9b857941668 /module/plugins/hoster/Keep2shareCc.py
parent[DodanePl] Typo fixup (diff)
downloadpyload-5a23de6f32dc99960cccd634d2fd2cc47c34be2a.tar.xz
Code cosmetics about checkErrors
Diffstat (limited to 'module/plugins/hoster/Keep2shareCc.py')
-rw-r--r--module/plugins/hoster/Keep2shareCc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/Keep2shareCc.py b/module/plugins/hoster/Keep2shareCc.py
index 7ca29701a..cb5e65a29 100644
--- a/module/plugins/hoster/Keep2shareCc.py
+++ b/module/plugins/hoster/Keep2shareCc.py
@@ -49,8 +49,8 @@ class Keep2shareCc(SimpleHoster):
m = re.search(self.ERROR_PATTERN, self.html)
if m:
- e = self.info['error'] = m.group(1)
- self.error(e)
+ errmsg = self.info['error'] = m.group(1)
+ self.error(errmsg)
m = re.search(self.WAIT_PATTERN, self.html)
if m: