def run(self): logging.info('Webhook server listening on %s.', self.webhook_url) self.server.serve_forever() logging.info('Webhook server stopped.')