mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-16 11:15:13 +00:00
fix(sweep): correct load index situation
This commit is contained in:
parent
7b707be841
commit
16d78e1e16
@ -221,7 +221,7 @@ class StageList:
|
||||
main.device.screenshot()
|
||||
|
||||
# load index if not insight
|
||||
if load_index_interval.reached_and_reset() and not insight:
|
||||
if load_index_interval.reached_and_reset():
|
||||
self.load_stage_indexes(main=main)
|
||||
|
||||
# find box of index
|
||||
|
||||
Loading…
Reference in New Issue
Block a user