summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FastixRu.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FastixRu.py')
-rw-r--r--pyload/plugins/hoster/FastixRu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/FastixRu.py b/pyload/plugins/hoster/FastixRu.py
index 39091d769..ef8838f8e 100644
--- a/pyload/plugins/hoster/FastixRu.py
+++ b/pyload/plugins/hoster/FastixRu.py
@@ -61,6 +61,6 @@ class FastixRu(Hoster):
"empty": re.compile(r"^$")})
if check == "error":
- self.retry(reason="An error occurred while generating link.", wait_time=60)
+ self.retry(wait_time=60, reason="An error occurred while generating link.")
elif check == "empty":
- self.retry(reason="Downloaded File was empty.", wait_time=60)
+ self.retry(wait_time=60, reason="Downloaded File was empty.")