big hilong

Results 4 issues of big hilong

https://www.365-868.com/#/IP/EV15533685532C1 and https://www.365-868.com/#/IP/B1

bet365

```window.Store.Msg.off("add");``` window has no Store

请问如何提取赔率的信息

`class MyFactory(WebSocketClientFactory, ReconnectingClientFactory): def clientConnectionFailed(self, connector, reason): print('failed retry!') self.retry(connector) def clientConnectionLost(self, connector, reason): self.maxDelay = 10 print('lost retry!') self.retry(connector) `