Closed valericus closed 2 months ago
I tried to run ./manage.py listen --channles my.fancy.Channel and faced with couple of issues.
./manage.py listen --channles my.fancy.Channel
At first, there was a TypeError caused by missed order of arguments.
TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union
When I've changed that order, another issue has rised, coused by missinf argument fow spawn mode.
manage.py listen: error: unrecognized arguments: my.fancy.Channel
So here is a fix for both issues.
I tried to run
./manage.py listen --channles my.fancy.Channel
and faced with couple of issues.At first, there was a TypeError caused by missed order of arguments.
When I've changed that order, another issue has rised, coused by missinf argument fow spawn mode.
So here is a fix for both issues.