收产物infra_notification改为ctap
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
Elaina 2025-02-26 15:07:06 +08:00
parent d997a1df46
commit 4ab50a42a5

View file

@ -19,7 +19,7 @@ class TodoListSolver(BaseSolver):
if self.success:
return True
if pos := self.find("infra_notification"):
self.tap(pos)
self.ctap(pos, 3)
else:
self.success = True
return True