diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-02 02:49:26 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-02 02:49:26 +0100 |
commit | ea58af3c625d90aec6becfd943289e42e4a71a9a (patch) | |
tree | edcd4d1ed44b3a7efd887ceed90c99173004b863 /module/plugins/hoster/SimplyPremiumCom.py | |
parent | [MultiHook] Store account type (diff) | |
download | pyload-ea58af3c625d90aec6becfd943289e42e4a71a9a.tar.xz |
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/SimplyPremiumCom.py')
-rw-r--r-- | module/plugins/hoster/SimplyPremiumCom.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/SimplyPremiumCom.py b/module/plugins/hoster/SimplyPremiumCom.py index bf7c43af6..fe38cff6e 100644 --- a/module/plugins/hoster/SimplyPremiumCom.py +++ b/module/plugins/hoster/SimplyPremiumCom.py @@ -21,8 +21,7 @@ class SimplyPremiumCom(MultiHoster): def setup(self): - self.chunkLimit = 16 - self.resumeDownload = False + self.chunkLimit = 16 def handlePremium(self): |