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