From 30e8c8b21b841ab79e53ecb70d595e506070dabb Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Tue, 21 Nov 2023 12:55:16 +0800 Subject: [PATCH] fix(tc): add reward handler --- tasks/tactical_challenge/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/tactical_challenge/ui.py b/tasks/tactical_challenge/ui.py index fb7ce5a..62e85e9 100644 --- a/tasks/tactical_challenge/ui.py +++ b/tasks/tactical_challenge/ui.py @@ -28,6 +28,7 @@ class TacticalChallengeUI(UI): timer = Timer(10, 10).start() while 1: self.device.screenshot() + self.ui_additional() if self.match_color(GOT_REWARD_DAILY) and self.match_color(GOT_REWARD_CREDIT): return True if self.match_color(GET_REWARD_DAILY):