mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🔥 删除不需要的函数调用
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
from asyncio import gather
|
|
||||||
from hashlib import md5
|
from hashlib import md5
|
||||||
from urllib.parse import urlencode
|
from urllib.parse import urlencode
|
||||||
|
|
||||||
@@ -52,7 +51,7 @@ async def _(nb_user: User, account: Player, event_session: EventSession, bot_inf
|
|||||||
command_type='bind',
|
command_type='bind',
|
||||||
command_args=[],
|
command_args=[],
|
||||||
):
|
):
|
||||||
user, user_info = await gather(account.user, account.get_info())
|
user = await account.user
|
||||||
async with get_session() as session:
|
async with get_session() as session:
|
||||||
bind_status = await create_or_update_bind(
|
bind_status = await create_or_update_bind(
|
||||||
session=session,
|
session=session,
|
||||||
|
|||||||
Reference in New Issue
Block a user