diff options
author | Thomas Keck <thomas@macbook.macbook> | 2010-03-12 22:01:13 +0100 |
---|---|---|
committer | Thomas Keck <thomas@macbook.macbook> | 2010-03-12 22:01:13 +0100 |
commit | 83bb1f5ec48cd4d6f2a964322bd42bd42e23cfc0 (patch) | |
tree | d10d4f015239413d7f6cdaf72fd3caacc571b1a5 | |
parent | f5601f16dfefb3ce3cb66eb6dab4ea4c857918ef (diff) | |
download | magicproxy-83bb1f5ec48cd4d6f2a964322bd42bd42e23cfc0.tar.gz magicproxy-83bb1f5ec48cd4d6f2a964322bd42bd42e23cfc0.zip |
Now realy working
-rwxr-xr-x[-rw-r--r--] | proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -126,7 +126,7 @@ class MultipleProxyReader(object): def start_fetcher(self,endpoint,time): self.find_next_data() - if time == 0: + if time != 0: speed = (self.endpoints_blocksize[endpoint] / time) self.endpoints_blocksize[endpoint] = int(speed * TIME_SLICE) |