summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-10 16:11:24 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-06-10 16:11:24 +0200
commit36dcfaddb0a3cf46330566b1c07bfbfba7638e2c (patch)
tree438e94bce218caf268dbef501189a7215a740de6 /module/plugins
parenternieb's hoster patches (diff)
downloadpyload-36dcfaddb0a3cf46330566b1c07bfbfba7638e2c.tar.xz
revert unintentional changes
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/FileserveCom.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/module/plugins/hoster/FileserveCom.py b/module/plugins/hoster/FileserveCom.py
index 9b853dc3c..102f992b0 100644
--- a/module/plugins/hoster/FileserveCom.py
+++ b/module/plugins/hoster/FileserveCom.py
@@ -53,12 +53,10 @@ class FileserveCom(Hoster):
LONG_WAIT_PATTERN = r"You need to wait (\d+) seconds to start another download"
def init(self):
- self.multiDL = False
- if self.account:
- self.premium = self.account.getAccountInfo(self.user)["premium"]
- if not self.premium:
- self.resumeDownload = False
- self.chunkLimit = 1
+ if not self.premium:
+ self.multiDL = False
+ self.resumeDownload = False
+ self.chunkLimit = 1
def process(self, pyfile):
self.checkFile()