diff options
author | Lint Action <[email protected]> | 2022-02-06 03:33:17 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-02-06 03:33:17 +0000 |
commit | cf7e7a2f8038270495abd7d79de642ce29932536 (patch) | |
tree | 9316877cb54d6dc9ad4ab0e34e60c4e8d3347100 /ATRI/plugins/wife | |
parent | e1f2f0e3d108ce752c1601cecef49217ed4aff7b (diff) | |
download | ATRI-cf7e7a2f8038270495abd7d79de642ce29932536.tar.gz ATRI-cf7e7a2f8038270495abd7d79de642ce29932536.tar.bz2 ATRI-cf7e7a2f8038270495abd7d79de642ce29932536.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/plugins/wife')
-rw-r--r-- | ATRI/plugins/wife/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ATRI/plugins/wife/__init__.py b/ATRI/plugins/wife/__init__.py index bebc885..e783946 100644 --- a/ATRI/plugins/wife/__init__.py +++ b/ATRI/plugins/wife/__init__.py @@ -113,7 +113,9 @@ async def _get_wife(bot: Bot, event: GroupMessageEvent): ).dict() Wife().save_marry_list(data) - repo_1 = f"好欸!{lucky_user_card}({lucky_user}) 成为了 {req_user_card}({user_id}) 的 {is_nick}" + repo_1 = ( + f"好欸!{lucky_user_card}({lucky_user}) 成为了 {req_user_card}({user_id}) 的 {is_nick}" + ) await get_wife.finish(repo_1) |