From 0c6d419f76eef22f59d07fc63da6ded96b4c4606 Mon Sep 17 00:00:00 2001 From: u188 <302761125@qq.com> Date: Tue, 28 Sep 2021 03:47:05 +0000 Subject: [PATCH] update scripts/womail.py. --- scripts/womail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/womail.py b/scripts/womail.py index d340ae2..77cefaf 100644 --- a/scripts/womail.py +++ b/scripts/womail.py @@ -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()