Skip to content

Commit

Permalink
fix: typo in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 10, 2024
1 parent dad7b25 commit fa67887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs_rss_plugin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,9 @@ def get_image(self, in_page: Page, base_url: str) -> tuple[str, str, int] | None
else:
logger.debug(
f"Social card: {img_local_path} still not exists. Trying to "
f"retrieve length from remote image: {img_url}"
f"retrieve length from remote image: {img_url}. "
"Note that would work only if the social card image has been "
"published before)."
"already published before the build."
)
img_length = self.get_remote_image_length(image_url=img_url)

Expand Down

0 comments on commit fa67887

Please sign in to comment.