python-bittrex-websocket-aio
python-bittrex-websocket-aio copied to clipboard
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
trafficstars
Line 42 in _transport.py can be modified to remove the loop=self.ws_loop argument, which make the code fail in Python 3.10.
same error please fix <3