执行以下命令:
/usr/local/python_venv/bin/gunicorn --workers=2 app:app -b '0.0.0.0:5000'
收到以下错误:
Traceback (most recent call last):
File "/usr/local/python_venv/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 130, in handle
self.handle_request(listener, req, client, addr)
File "/usr/local/python_venv/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 171, in handle_request
respiter = self.wsgi(environ, resp.start_response)
TypeError: __call__() takes exactly 2 arguments (3 given)
我正在使用龙卷风。