Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 3eee04b

Browse files
committed
Added third connection URL.
1 parent 6331f23 commit 3eee04b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bittrex_websocket/websocket_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@ def is_next_url():
307307
self_workaround['connection'] = self._create_cookie()
308308
return self_workaround
309309

310-
urls = ['https://socket-stage.bittrex.com/signalr',
310+
urls = ['https://socket-beta.bittrex.com/signalr',
311+
'https://socket-stage.bittrex.com/signalr',
311312
'https://socket.bittrex.com/signalr']
312313
conn, corehub, conn_id = conn_obj.conn, conn_obj.corehub, conn_obj.id
313314
self_workaround = {'urls': reload_generator(), 'connection': conn}

0 commit comments

Comments
 (0)