From f221ab03c59f68f0f17aad23bd89c5aa5ac41153 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Thu, 31 Oct 2024 11:58:17 -0700 Subject: [PATCH] warn-->warning --- certbot/certbot/_internal/snap_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/_internal/snap_config.py b/certbot/certbot/_internal/snap_config.py index 697e93473..c95e4c47b 100644 --- a/certbot/certbot/_internal/snap_config.py +++ b/certbot/certbot/_internal/snap_config.py @@ -94,7 +94,7 @@ def prepare_env(cli_args: List[str]) -> List[str]: )) if outdated_plugins: - LOGGER.warn('The following plugins are using an outdated python version and must be ' + LOGGER.warning('The following plugins are using an outdated python version and must be ' 'updated to be compatible with Certbot 3.0. Please see ' 'https://community.letsencrypt.org/t/' 'certbot-3-0-could-have-potential-third-party-snap-breakages/226940 '