flask-uwsgi-websocket
flask-uwsgi-websocket copied to clipboard
Typo in command in README.rst causes silent failure
README.rst says to enable asyncio support with the environment variable:
UWSGI_PROFLILE=asyncio ...
but "PROFLILE" is misspelled, which causes the build to silently ignore the option and fail to use the asyncio profile.