summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPDownload.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-19 21:09:08 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-19 21:09:08 +0100
commit75777c1089ce1fd2d25865442707f1facf53e8c5 (patch)
treec7e1403c76e916d8eef6e3b5bf66c5e20746ee1c /module/network/HTTPDownload.py
parentnew network backend: xdcc support (diff)
downloadpyload-75777c1089ce1fd2d25865442707f1facf53e8c5.tar.xz
bucket improvement
Diffstat (limited to 'module/network/HTTPDownload.py')
-rw-r--r--module/network/HTTPDownload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py
index 1be1a4552..d0e2eeb1f 100644
--- a/module/network/HTTPDownload.py
+++ b/module/network/HTTPDownload.py
@@ -272,7 +272,7 @@ if __name__ == "__main__":
from Bucket import Bucket
bucket = Bucket()
bucket.setRate(200*1024)
- #bucket = None
+ bucket = None
url = "http://speedtest.netcologne.de/test_100mb.bin"