From bf106ea234ac78080684b60fdc374a64a0123090 Mon Sep 17 00:00:00 2001 From: KenanZhu <3471685733@qq.com> Date: Tue, 4 Nov 2025 20:07:42 +0800 Subject: [PATCH] fix(AutoLib): fix the missed user counter while running the task --- AutoLib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoLib.py b/AutoLib.py index e103583..335006c 100644 --- a/AutoLib.py +++ b/AutoLib.py @@ -203,6 +203,7 @@ class AutoLib(MsgBase): f"用户配置文件路径: {self.__users_config_reader.configPath()}") for user in users: + user_counter["current"] += 1 self._showTrace(f"正在处理第 {user_counter["current"]}/{len(users)} 个用户: {user['username']}......") if self.__run( username=user["username"],