def save_item(self, item): try: self.collection.update({'url': item['url']}, dict(item), upsert=True) except ServerSelectionTimeoutError as e: logging.error('Fail to connect to mongodb. %s', e)