From c9759bd1b627bba162d4e80471add600a3a0bda2 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 10 Jan 2018 19:12:39 -0800 Subject: [PATCH] lint --- certbot-nginx/certbot_nginx/http_01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-nginx/certbot_nginx/http_01.py b/certbot-nginx/certbot_nginx/http_01.py index a48cae8c4..61636e8e4 100644 --- a/certbot-nginx/certbot_nginx/http_01.py +++ b/certbot-nginx/certbot_nginx/http_01.py @@ -164,7 +164,7 @@ class NginxHttp01(common.ChallengePerformer): :rtype: list """ - response, validation = achall.response_and_validation() + validation = achall.validation(achall.account_key) validation_path = self._get_validation_path(achall) block = [['listen', ' ', addr.to_string(include_default=False)] for addr in addrs]