diff options
author | Paul King <devnull@localhost> | 2011-05-07 12:17:09 +0200 |
---|---|---|
committer | Paul King <devnull@localhost> | 2011-05-07 12:17:09 +0200 |
commit | 09b0d4890264c267bc41274a82c639a024e7c0ec (patch) | |
tree | 06907d691423b16862fe470b3e497aca644c3c03 | |
parent | hooks methods callable via rpc, closed #299 (diff) | |
download | pyload-09b0d4890264c267bc41274a82c639a024e7c0ec.tar.xz |
Bitshare doesn't support chunking
-rw-r--r-- | module/plugins/hoster/BitshareCom.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hoster/BitshareCom.py b/module/plugins/hoster/BitshareCom.py index 5be75a899..e0cdc1021 100644 --- a/module/plugins/hoster/BitshareCom.py +++ b/module/plugins/hoster/BitshareCom.py @@ -58,6 +58,7 @@ class BitshareCom(Hoster): def setup(self): self.multiDL = False + self.chunkLimit = 1 def process(self, pyfile): |