mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Refactor: OS module
- Refactor OS explore, able to run without 5000 oil item - Fix: Screenshot interval recover
This commit is contained in:
@@ -75,9 +75,9 @@ class OSShopHandler(UI, MapEventHandler):
|
||||
break
|
||||
|
||||
try:
|
||||
selection = self.config.OS_ASKSHI_SHOP_PRIORITY.replace(' ', '').split('>')
|
||||
selection = self.config.OpsiGeneral_AkashiShopFilter.replace(' ', '').replace('\n', '').split('>')
|
||||
except Exception:
|
||||
logger.warning(f'Invalid OS akashi buy filter string: {self.config.OS_ASKSHI_SHOP_PRIORITY}')
|
||||
logger.warning(f'Invalid OS akashi buy filter string: {self.config.OpsiGeneral_AkashiShopFilter}')
|
||||
return None
|
||||
|
||||
for select in selection:
|
||||
|
||||
Reference in New Issue
Block a user