From 87a284c984dc57a12f45f8667078545730aef2e0 Mon Sep 17 00:00:00 2001 From: Michael Neeley Date: Wed, 22 Jan 2025 10:16:10 -0500 Subject: [PATCH] Update usp/helpers.py --- usp/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usp/helpers.py b/usp/helpers.py index 98724d6..42a093d 100644 --- a/usp/helpers.py +++ b/usp/helpers.py @@ -247,7 +247,7 @@ def ungzipped_response_content( data = gunzip(data) except GunzipException as ex: # In case of an error, just assume that it's one of the non-gzipped sitemaps with ".gz" extension - log.warn( + log.warning( f"Unable to gunzip response {response}, maybe it's a non-gzipped sitemap: {ex}" )