mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-09 22:14:51 +00:00
fix(sweep): correct load index situation
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ class StageList:
|
|||||||
main.device.screenshot()
|
main.device.screenshot()
|
||||||
|
|
||||||
# load index if not insight
|
# 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)
|
self.load_stage_indexes(main=main)
|
||||||
|
|
||||||
# find box of index
|
# find box of index
|
||||||
|
|||||||
Reference in New Issue
Block a user