slazarov / python-bittrex-websocket-aio

Python websocket for Bittrex (async).
http://python-bittrex-websocket-docs.readthedocs.io/en/latest/index.html#
MIT License
36 stars 13 forks source link

use api_key from credentials to prevent reconnect error #14

Open JSRossiter opened 5 years ago

JSRossiter commented 5 years ago

On reconnect api key gets passed in as a list and fails to authenticate, we already store the api key so may as well just use it direct