mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
Minor logging
This commit is contained in:
parent
59ebd21c44
commit
f6678d4e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ async def render_postleter(limit: int = 30, as_html: bool = False):
|
|||
outlet_posts_list.append(post_metadata)
|
||||
except Exception as ex:
|
||||
logger.error(f"Couldn't render post_id for postleter: {post_id}, ex: {ex}")
|
||||
# send_message(f"Couldn't render post_id for postleter: {post_id}, ex: {ex}")
|
||||
send_message(f"Couldn't render post_id for postleter: {post_id}, ex: {ex}")
|
||||
|
||||
postleter_template_rendered = await postleter_template.render_async(post_list=outlet_posts_list)
|
||||
if as_html:
|
||||
|
|
|
|||
Loading…
Reference in a new issue