1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 19:55:12 +00:00

fix: schedule popups

This commit is contained in:
RedDeadDepresso 2024-01-06 22:37:18 +00:00
parent d86d0ccb13
commit 02e0882900

View File

@ -18,7 +18,8 @@ class ScheduleUI(UI):
while 1:
self.device.screenshot()
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):
return True