mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 15:33:03 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf106ea234 |
@@ -203,6 +203,7 @@ class AutoLib(MsgBase):
|
|||||||
f"用户配置文件路径: {self.__users_config_reader.configPath()}")
|
f"用户配置文件路径: {self.__users_config_reader.configPath()}")
|
||||||
|
|
||||||
for user in users:
|
for user in users:
|
||||||
|
user_counter["current"] += 1
|
||||||
self._showTrace(f"正在处理第 {user_counter["current"]}/{len(users)} 个用户: {user['username']}......")
|
self._showTrace(f"正在处理第 {user_counter["current"]}/{len(users)} 个用户: {user['username']}......")
|
||||||
if self.__run(
|
if self.__run(
|
||||||
username=user["username"],
|
username=user["username"],
|
||||||
|
|||||||
Reference in New Issue
Block a user