Skip to content

Commit 3b9800e

Browse files
committed
🎨 修复代码格式
1 parent 4731708 commit 3b9800e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

muicebot_plugin_memory/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def run_summary():
6666

6767
end_time = perf_counter()
6868
logger.success(
69-
f"用户{userid}的记忆已总结完成⭐(用时{ end_time - start_time}s)"
69+
f"用户{userid}的记忆已总结完成⭐(用时{end_time - start_time}s)"
7070
)
7171
del self._user_message_pool[userid]
7272

0 commit comments

Comments
 (0)