We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bbd71 commit 33dfac5Copy full SHA for 33dfac5
extras/qpsclient.py
@@ -41,7 +41,7 @@ def start_requests(self):
41
42
slots = int(self.slots)
43
if slots > 1:
44
- urls = [url.replace('localhost', '127.0.0.%d' % (x + 1)) for x in xrange(slots)]
+ urls = [url.replace('localhost', '127.0.0.%d' % (x + 1)) for x in range(slots)]
45
else:
46
urls = [url]
47
0 commit comments