From a15644d335eed3cf6323b0afca77fb4363642337 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Wed, 1 Feb 2023 11:08:23 +0000 Subject: =?UTF-8?q?:rotating=5Flight:=20=E8=87=AA=E5=8A=A8=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/anti_effort/data_source.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ATRI/plugins/anti_effort') 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: -- cgit v1.2.3