fix:进一步模块化,修复观察错位问题
This commit is contained in:
@@ -154,7 +154,7 @@ class MainSystem:
|
||||
"""打印情绪状态"""
|
||||
while True:
|
||||
self.mood_manager.print_mood_status()
|
||||
await asyncio.sleep(30)
|
||||
await asyncio.sleep(60)
|
||||
|
||||
@staticmethod
|
||||
async def remove_recalled_message_task():
|
||||
|
||||
Reference in New Issue
Block a user