diff options
author | Lint Action <[email protected]> | 2023-02-01 11:08:23 +0000 |
---|---|---|
committer | Lint Action <[email protected]> | 2023-02-01 11:08:23 +0000 |
commit | a15644d335eed3cf6323b0afca77fb4363642337 (patch) | |
tree | ff8121ab05055e0bc9f74ff460f3efd04d65ff54 /ATRI/plugins/anti_effort | |
parent | a2592494ce98d8865939ffc975408b798d3db009 (diff) | |
download | ATRI-a15644d335eed3cf6323b0afca77fb4363642337.tar.gz ATRI-a15644d335eed3cf6323b0afca77fb4363642337.tar.bz2 ATRI-a15644d335eed3cf6323b0afca77fb4363642337.zip |
:rotating_light: 自动进行代码格式化
Diffstat (limited to 'ATRI/plugins/anti_effort')
-rw-r--r-- | ATRI/plugins/anti_effort/data_source.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ATRI/plugins/anti_effort/data_source.py b/ATRI/plugins/anti_effort/data_source.py index 89b8ae2..2a71c72 100644 --- a/ATRI/plugins/anti_effort/data_source.py +++ b/ATRI/plugins/anti_effort/data_source.py @@ -186,7 +186,6 @@ class AntiEffort: async def gen_img( self, user_id: int, user_nickname: str, coding_time: float ) -> str: - try: resp = await request.get(TENCENT_AVATER_URL.format(user_id=user_id)) except Exception: |