summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HotfileCom.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-02 15:57:29 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-02 16:08:43 +0200
commitf876908b6a1946845c1c7dff591d4d9f64643f82 (patch)
treee1b5ba8ba107225ba2e84f2ced7015fb2902ee6d /module/plugins/hoster/HotfileCom.py
parentMerge pull request #285 from vuolter/s/hoster/OneFichierCom (diff)
downloadpyload-f876908b6a1946845c1c7dff591d4d9f64643f82.tar.xz
Plugins: cosmetics See #286
Diffstat (limited to 'module/plugins/hoster/HotfileCom.py')
-rw-r--r--module/plugins/hoster/HotfileCom.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py
index df08419fa..6053ec1b6 100644
--- a/module/plugins/hoster/HotfileCom.py
+++ b/module/plugins/hoster/HotfileCom.py
@@ -49,8 +49,7 @@ class HotfileCom(Hoster):
self.url = None
if self.premium:
- self.multiDL = True
- self.resumeDownload = True
+ self.multiDL = self.resumeDownload = True
self.chunkLimit = -1
else:
self.multiDL = False