diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-19 14:49:19 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-19 14:49:19 +0100 |
commit | 216b61197147e9d230dcc2e5faa8e63db740001e (patch) | |
tree | 24e5602ceced37b5eb1c9e71697a6097de41ecfa /module/network/HTTPChunk.py | |
parent | new experimental backend, new gui status (unfinished) (diff) | |
download | pyload-216b61197147e9d230dcc2e5faa8e63db740001e.tar.xz |
little changes
Diffstat (limited to 'module/network/HTTPChunk.py')
-rw-r--r-- | module/network/HTTPChunk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPChunk.py b/module/network/HTTPChunk.py index 37c28f685..6ffc43078 100644 --- a/module/network/HTTPChunk.py +++ b/module/network/HTTPChunk.py @@ -157,7 +157,7 @@ if __name__ == "__main__": #bucket.setRate(200*1000) bucket = None - url = "http://download.fedoraproject.org/pub/fedora/linux/releases/13/Live/x86_64/Fedora-13-x86_64-Live.iso" + url = "http://speedtest.netcologne.de/test_100mb.bin" finished = 0 def err(*a, **b): |