handle floating point represention of interpolation count
This commit is contained in:
parent
5c46b568ae
commit
5854fb4990
@ -52,7 +52,7 @@ if __name__ == '__main__':
|
||||
sys.exit(1)
|
||||
|
||||
server = args[0]
|
||||
count = int(args[1])
|
||||
count = int(float(args[1]))
|
||||
|
||||
m = QueueManager(address=(server, options.port), authkey='asdf')
|
||||
m.connect()
|
||||
|
Loading…
Reference in New Issue
Block a user