summaryrefslogtreecommitdiff
path: root/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy.py')
-rwxr-xr-x[-rw-r--r--]proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy.py b/proxy.py
index 3c9be29..4712ab2 100644..100755
--- a/proxy.py
+++ b/proxy.py
@@ -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)