Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smoadrareun authored Mar 17, 2024
1 parent 477ce84 commit 12fc1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_bilifan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async def auto_cup():
messageList.append((user_id, group_id, message))

for user_id, group_id, message in messageList:
messageStr = "".join(message)
messageStr = "\n".join(message)
logger.info(f"{user_id}用户自动刷牌子任务执行完成,{messageStr}")
if group_id.startswith("group"):
group_num = group_id.split("_")[1]
Expand Down

0 comments on commit 12fc1c7

Please sign in to comment.