This commit is contained in:
2025-12-23 01:38:19 +03:00
parent 12c00769ef
commit e89b66080b
5 changed files with 10 additions and 11 deletions
+1
View File
@@ -28,6 +28,7 @@ def updateUsersBirthdate() -> bool:
continue
userDict = {
"id": int(user["id"]),
"enabled": user["status"] == "active",
"name": f"{user['surname']} {user['name']} {user['secondName']}",
"short_name": f"{user['surname']} {user['name'][:1]}. {user['secondName'][:1]}.",
"sex": user["sex"],