diff --git a/locust/main.py b/locust/main.py index 407eb36e14..ece30d3763 100644 --- a/locust/main.py +++ b/locust/main.py @@ -230,7 +230,8 @@ def main(): if options.master: runner = environment.create_master_runner( - master_bind_host=options.master_bind_host, master_bind_port=options.master_bind_port, + master_bind_host=options.master_bind_host, + master_bind_port=options.master_bind_port, ) elif options.worker: try: