diff options
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): |