mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07:20 +08:00
Fix: Confirm OpSi storage empty cause items are slow to load sometimes
This commit is contained in:
@@ -166,6 +166,13 @@ class OperationSiren(OSGlobe):
|
||||
if current < next_run:
|
||||
logger.info(f'Delay task `{task}` to {next_run}')
|
||||
self.config.modified[keys] = next_run
|
||||
|
||||
# ResetActionPointPreserve
|
||||
# Unbound attribute, default to 500
|
||||
preserve = self.config.OpsiMeowfficerFarming_ActionPointPreserve
|
||||
logger.info(f'Set OpsiMeowfficerFarming.ActionPointPreserve to {preserve}')
|
||||
self.config.modified['OpsiMeowfficerFarming.OpsiMeowfficerFarming.ActionPointPreserve'] = preserve
|
||||
|
||||
self.config.update()
|
||||
|
||||
def _is_in_os_explore(self):
|
||||
|
||||
Reference in New Issue
Block a user