def start(locust, options): # wsgi.WSGIServer((options.web_host, options.port), app, log=None).serve_forever() setup_app(app) web.run_app(app)