perf: 优化 accounts

This commit is contained in:
ibuler
2022-07-15 18:03:32 +08:00
parent d3c67d2f04
commit 29c9c6d680
20 changed files with 118 additions and 310 deletions

View File

@@ -113,7 +113,7 @@ class UserCreation:
"username": username,
"password": password,
"protocol": protocol,
"auto_push": bool(int(auto_push)),
"auto_push_account": bool(int(auto_push)),
"login_mode": "auto"
}
users.append(info)