This commit is contained in:
parent
77bbe25655
commit
fc6d9bfa35
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class SpringFestival(BaseSolver):
|
|||
if self.ctap(pos, 5):
|
||||
self.send_email = True
|
||||
return
|
||||
if pos := self.find("sign_in/spring_festival/login_today"):
|
||||
if pos := self.find("sign_in/spring_festival/login_day"):
|
||||
scope = pos[0], va(pos[0], (425, 125))
|
||||
if self.find("sign_in/spring_festival/done", scope=scope):
|
||||
if self.ctap(pos, 5):
|
||||
|
|
Loading…
Add table
Reference in a new issue