change log level

This commit is contained in:
vvzvlad
2025-04-18 05:26:31 +03:00
parent c31eddf211
commit 64a505cc71
+1 -1
View File
@@ -534,7 +534,7 @@ class PostParser:
test_fwd = self._format_forward_info(message)
test_reply = self._format_reply_info(message)
logger.debug(f"Forward info: {test_fwd}, Reply info: {test_reply}")
logger.error(f"Forward info: {test_fwd}, Reply info: {test_reply}")
if forward_html := self._format_forward_info(message): content_body.append(forward_html)
elif reply_html := self._format_reply_info(message): content_body.append(reply_html)