mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-21 08:15:12 +00:00
fix: schedule popups
This commit is contained in:
parent
d86d0ccb13
commit
02e0882900
@ -18,7 +18,8 @@ class ScheduleUI(UI):
|
|||||||
while 1:
|
while 1:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
self.appear_then_click(dest_enter, interval=1)
|
self.appear_then_click(dest_enter, interval=1)
|
||||||
self.handle_affection_level_up()
|
if self.handle_affection_level_up() or self.handle_location_level_up():
|
||||||
|
timer.reset()
|
||||||
if self.appear(dest_check):
|
if self.appear(dest_check):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user