summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilefactoryCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FilefactoryCom.py')
-rw-r--r--module/plugins/hoster/FilefactoryCom.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/plugins/hoster/FilefactoryCom.py b/module/plugins/hoster/FilefactoryCom.py
index e608d6db0..c7fd68aca 100644
--- a/module/plugins/hoster/FilefactoryCom.py
+++ b/module/plugins/hoster/FilefactoryCom.py
@@ -63,8 +63,10 @@ class FilefactoryCom(SimpleHoster):
def check_download(self):
- check = self.check_file({'multiple': "You are currently downloading too many files at once.",
- 'error' : '<div id="errorMessage">'})
+ check = self.check_file({
+ 'multiple': "You are currently downloading too many files at once.",
+ 'error' : '<div id="errorMessage">'
+ })
if check == "multiple":
self.log_debug("Parallel downloads detected; waiting 15 minutes")