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

Merge pull request #309 from K-Kit/potential-connectionLost-fix · EncodingJerry/python-binance@3f6ef89 · GitHub

Commit 3f6ef89

Browse files
Sam McHardy
authored
Merge pull request sammchardy#309 from K-Kit/potential-connectionLost-fix
add super init
2 parents 3acf9a0 + 8092a33 commit 3f6ef89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎binance/websockets.py‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515

1616
class BinanceClientProtocol(WebSocketClientProtocol):
17+
18+
def __init__(self):
19+
super().__init__()
1720

1821
def onConnect(self, response):
1922
# reset the delay after reconnecting

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL