diff options
author | Lint Action <[email protected]> | 2022-10-13 09:02:20 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2022-10-13 09:02:20 +0000 |
commit | 83a9fb95251c173b2394b668aab1b63908af5f29 (patch) | |
tree | 7ec4cb5cc1f156091a3e27fb298e608d72c0fae8 /ATRI/plugins/twitter | |
parent | 7bef2293b2bc03984bbcd664be20867f4a268f00 (diff) | |
download | ATRI-83a9fb95251c173b2394b668aab1b63908af5f29.tar.gz ATRI-83a9fb95251c173b2394b668aab1b63908af5f29.tar.bz2 ATRI-83a9fb95251c173b2394b668aab1b63908af5f29.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/plugins/twitter')
-rw-r--r-- | ATRI/plugins/twitter/data_source.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ATRI/plugins/twitter/data_source.py b/ATRI/plugins/twitter/data_source.py index 18a8fb9..8f3e793 100644 --- a/ATRI/plugins/twitter/data_source.py +++ b/ATRI/plugins/twitter/data_source.py @@ -17,9 +17,7 @@ from .api import API _DYNAMIC_OUTPUT_FORMAT = ( - MessageBuilder("{t_nickname} 的推更新了!") - .text("{t_dy_content}") - .done() + MessageBuilder("{t_nickname} 的推更新了!").text("{t_dy_content}").done() ) |