Skip to content

Commit

Permalink
Update zgfc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wd210010 authored Jan 15, 2024
1 parent b9b26a2 commit ecbbcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zgfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def Push(contents):
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'])
Expand Down

0 comments on commit ecbbcab

Please sign in to comment.