1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Fix: OpsiArchive is running before OpsiExplore finishes

This commit is contained in:
LmeSzinc
2023-02-01 14:00:37 +08:00
parent b4fb5ac926
commit c705742a74

View File

@@ -623,6 +623,11 @@ class OperationSiren(OSMap):
Run on weekly basis, AL devs seemingly add new logger
archives after random scheduled maintenances
"""
if self.is_in_opsi_explore():
logger.info('OpsiExplore is under scheduling, stop OpsiArchive')
self.config.task_delay(server_update=True)
self.config.task_stop()
shop = VoucherShop(self.config, self.device)
while 1:
# In case logger bought manually,