We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 408b68a + db04b97 commit 9afa179Copy full SHA for 9afa179
pyres/scripts.py
@@ -121,7 +121,7 @@ def pyres_worker():
121
if interval is not None:
122
interval = int(interval)
123
124
- timeout = options.timeout is None and options.timeout or int(options.timeout)
+ timeout = options.timeout and int(options.timeout)
125
126
queues = args[0].split(',')
127
server = '%s:%s' % (options.host,options.port)
0 commit comments