summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FourSharedCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FourSharedCom.py')
-rw-r--r--pyload/plugins/hoster/FourSharedCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FourSharedCom.py b/pyload/plugins/hoster/FourSharedCom.py
index 03500654e..79e99aee4 100644
--- a/pyload/plugins/hoster/FourSharedCom.py
+++ b/pyload/plugins/hoster/FourSharedCom.py
@@ -51,7 +51,7 @@ class FourSharedCom(SimpleHoster):
m = re.search(self.FID_PATTERN, self.html)
res = self.load('http://www.4shared.com/web/d2/getFreeDownloadLimitInfo?fileId=%s' % m.group(1))
self.logDebug(res)
- except:
+ except Exception:
pass
self.wait(20)