mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 13:57:53 +08:00
Fix: lower in_map_timer in interrupt_auto_search
This commit is contained in:
@@ -698,7 +698,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StorageHandler, StrategicSearchHandler):
|
|||||||
is_loading = False
|
is_loading = False
|
||||||
pause_interval = Timer(0.5, count=1)
|
pause_interval = Timer(0.5, count=1)
|
||||||
in_main_timer = Timer(3, count=6)
|
in_main_timer = Timer(3, count=6)
|
||||||
in_map_timer = Timer(3, count=6)
|
in_map_timer = Timer(1, count=6)
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
skip_first_screenshot = False
|
skip_first_screenshot = False
|
||||||
|
|||||||
Reference in New Issue
Block a user