FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge branch 'bugfix/websocket_init' into develop · EncodingJerry/python-binance@ae444b9 · GitHub

Commit ae444b9

Browse files
Sam McHardy
committed
Merge branch 'bugfix/websocket_init' into develop
2 parents 4637278 + fe708ff commit ae444b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎binance/websockets.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class BinanceClientProtocol(WebSocketClientProtocol):
1717

1818
def __init__(self):
19-
super().__init__()
19+
super(WebSocketClientProtocol,self).__init__()
2020

2121
def onConnect(self, response):
2222
# reset the delay after reconnecting

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL