update scripts/womail.py.
This commit is contained in:
parent
f444a8d832
commit
0c6d419f76
@ -344,7 +344,7 @@ class WoMailCheckIn:
|
||||
res = s.post(url).json()
|
||||
if res['success']:
|
||||
puzzle=res['result']['puzzle']
|
||||
if puzzle == 6:
|
||||
if puzzle >= 6:
|
||||
#抽奖
|
||||
url='https://nyan.mail.wo.cn/cn/puzzle2/draw/draw'
|
||||
res = s.get(url).json()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user