def open_spider(self, _): logger.info("Connecting to %s", self.mongo_url) self.client = connect(host=self.mongo_url) logger.debug("Connected")