Skip to content

Commit

Permalink
add space to logger output
Browse files Browse the repository at this point in the history
  • Loading branch information
elfkuzco committed Sep 16, 2024
1 parent ead56f2 commit da1c55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ted2zim/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ def extract_info_from_video_page(
return json_data
except Exception as exc:
logger.error(
f"Problem occured while parsing {url}, error: {exc!s}."
f"Problem occured while parsing {url}, error: {exc!s}. "
f"HTML content was:\n{html_content}"
)
raise
Expand Down

0 comments on commit da1c55c

Please sign in to comment.