mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-15 04:07:29 +08:00
standardization KaleidxScope variable names
This commit is contained in:
@@ -284,8 +284,8 @@ class Mai2DX(Mai2Base):
|
||||
|
||||
# added in PRiSM
|
||||
if "userKaleidxScopeList" in upsert and len(upsert["userKaleidxScopeList"]) > 0:
|
||||
for kaleidx_scope in upsert["userKaleidxScopeList"]:
|
||||
await self.data.score.put_user_kaleidx_scope(user_id, kaleidx_scope)
|
||||
for kaleidxscope in upsert["userKaleidxScopeList"]:
|
||||
await self.data.score.put_user_kaleidxscope(user_id, kaleidxscope)
|
||||
|
||||
|
||||
return {"returnCode": 1, "apiName": "UpsertUserAllApi"}
|
||||
|
||||
Reference in New Issue
Block a user