summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/TusfilesNet.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-23 13:26:32 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-23 13:26:32 +0100
commite1d4186c62512d8bb76d35b6f8d1828d8d0aa94e (patch)
treee78b3eb323135b0fcb10577bda0b6ddf7181070f /module/plugins/hoster/TusfilesNet.py
parentNew plugin: MultiHoster (diff)
downloadpyload-e1d4186c62512d8bb76d35b6f8d1828d8d0aa94e.tar.xz
[SimpleHoster] Improve multi-hoster feature
Diffstat (limited to 'module/plugins/hoster/TusfilesNet.py')
-rw-r--r--module/plugins/hoster/TusfilesNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/TusfilesNet.py b/module/plugins/hoster/TusfilesNet.py
index 235ad2434..a4e352956 100644
--- a/module/plugins/hoster/TusfilesNet.py
+++ b/module/plugins/hoster/TusfilesNet.py
@@ -23,8 +23,8 @@ class TusfilesNet(XFSHoster):
def setup(self):
- self.multiDL = False
- self.chunkLimit = -1
+ self.multiDL = False
+ self.chunkLimit = -1
self.resumeDownload = True