mirror of
https://github.com/Genshin-bots/gsuid_core.git
synced 2025-05-12 06:55:49 +08:00
🐛 修复基础模型方法错误
This commit is contained in:
parent
32dbd988be
commit
1ee193110f
@ -351,7 +351,7 @@ class Bind(BaseModel):
|
||||
await cls.update_data(
|
||||
user_id,
|
||||
bot_id,
|
||||
**{cls.get_gameid_name(game_name): uid_list},
|
||||
**{cls.get_gameid_name(game_name): '_'.join(uid_list)},
|
||||
)
|
||||
return 0
|
||||
|
||||
|
1276
poetry.lock
generated
1276
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user