1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 10:17:00 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-09-01 17:17:24 +00:00
18 changed files with 27 additions and 110 deletions

View File

@@ -1,5 +1,4 @@
import time
from sys import maxsize
import inflection
@@ -535,7 +534,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StorageHandler, StrategicSearchHandler):
return 300
else:
logger.info('Not close to OpSi reset')
return maxsize
return 2000
def handle_after_auto_search(self):
logger.hr('After auto search', level=2)