summaryrefslogtreecommitdiff
path: root/proxy.py
diff options
context:
space:
mode:
authorThomas Keck <thomas@macbook.macbook>2010-03-12 22:01:13 +0100
committerThomas Keck <thomas@macbook.macbook>2010-03-12 22:01:13 +0100
commit83bb1f5ec48cd4d6f2a964322bd42bd42e23cfc0 (patch)
treed10d4f015239413d7f6cdaf72fd3caacc571b1a5 /proxy.py
parentf5601f16dfefb3ce3cb66eb6dab4ea4c857918ef (diff)
downloadmagicproxy-83bb1f5ec48cd4d6f2a964322bd42bd42e23cfc0.tar.gz
magicproxy-83bb1f5ec48cd4d6f2a964322bd42bd42e23cfc0.zip
Now realy working
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)