From ecbbcab855cc82b89e3c5bc956e0c081d7995b16 Mon Sep 17 00:00:00 2001 From: wd210010 <76995206+wd210010@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:56:38 +0800 Subject: [PATCH] Update zgfc.py --- zgfc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zgfc.py b/zgfc.py index bd8895e..d55f1bc 100644 --- a/zgfc.py +++ b/zgfc.py @@ -84,7 +84,7 @@ for c in range(len(zgfcaulist)): resp4 = requests.post('https://ssqcx-serv.cwlo.com.cn/api/user/prize', headers=headers3) try: result4 = json.loads(resp4.text)['data']['prize'] - print('获取已经获得奖品:') + print(f'账号{c+1}获取已经获得奖品:') print(f'获得奖品数量:{str(len(result4))}') for d in range(len(result4)): print(result4[d]['prize_title'])