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