Skip to content

Commit

Permalink
Update usp/helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
redreceipt authored Jan 22, 2025
1 parent c01fade commit 87a284c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usp/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)

Expand Down

0 comments on commit 87a284c

Please sign in to comment.