| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | class BinanceClientProtocol(WebSocketClientProtocol): | |
| 17 | 17 | ||
| 18 | 18 | def __init__(self): | |
| 19 | - super().__init__() | ||
| 19 | + super(WebSocketClientProtocol,self).__init__() | ||
| 20 | 20 | ||
| 21 | 21 | def onConnect(self, response): | |
| 22 | 22 | # reset the delay after reconnecting | |
| Back | FazBrowse Home | New Git URL |
0 commit comments