去除线程逻辑

This commit is contained in:
liuwei
2025-05-16 10:34:46 +08:00
parent 87943fdb1f
commit 7ff2cf49e3
2 changed files with 5 additions and 41 deletions

View File

@@ -220,7 +220,7 @@ class Robot(Job):
self.LOG.error(f"获取新消息失败 {e}")
if e == "用户可能退出":
self.LOG.error(f"获取新消息失败 {e},请重启应用重新登录!")
# self.ipad_running = False
self.ipad_running = False
await asyncio.sleep(5)
continue