Skip to content

Commit dab30c6

Browse files
🚨 pre-commit-ci修复格式错误
1 parent 68ce9b4 commit dab30c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

VAUID/va_user/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ async def send_va_search_msg(bot: Bot, ev: Event):
113113

114114
buttons = [
115115
Button(
116-
f"✏️绑定{one_player['userId']}", f"va绑定{one_player['userId']}"
116+
f"✏️绑定{one_player['userId']}",
117+
f"va绑定{one_player['userId']}",
117118
)
118119
for one_player in players
119120
]

0 commit comments

Comments
 (0)