Skip to content

Commit

Permalink
Increase cssutils logging level to ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Aug 5, 2024
1 parent 028070e commit c54ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emark/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def get_html(self, markdown_string, context):
html=rendered_html,
strip_important=False,
keep_style_tags=True,
cssutils_logging_level=logging.WARNING,
cssutils_logging_level=logging.ERROR,
)
return inlined_html

Expand Down

0 comments on commit c54ad29

Please sign in to comment.