Skip to content

Commit 5a210d1

Browse files
committed
🎨 优化Post类在日志中的显示
1 parent 37acc1c commit 5a210d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nonebot_bison/post/post.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ async def generate(self):
6767
for theme_name in themes:
6868
if theme := theme_manager[theme_name]:
6969
try:
70+
logger.debug(f"Try to render Post with theme {theme_name}")
7071
return await theme.do_render(self)
7172
except ThemeRenderUnsupportError as e:
7273
logger.warning(

0 commit comments

Comments
 (0)