()
| 302 | logging.info("Tracker address:%s", str(tracker_addr)) |
| 303 | |
| 304 | def _callback(): |
| 305 | self._update_tracker(True) |
| 306 | |
| 307 | self.loop.call_later(self.update_tracker_period, _callback) |
| 308 | logging.info("RPCProxy: Websock port bind to %d", web_port) |
nothing calls this directly
no test coverage detected