fix: 删除无用代码,因为 `await message_queue.get()` 在队列为空时会自然地让出控制权。

pull/61/head
Ronifue 2025-09-18 17:16:23 +08:00
parent 5302c55184
commit de5d6a739b
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ async def message_process():
else:
logger.warning(f"未知的post_type: {post_type}")
message_queue.task_done()
await asyncio.sleep(0.05)
async def main():