mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-03 05:19:42 +08:00
Fix: OpsiArchive is running before OpsiExplore finishes
This commit is contained in:
@@ -623,6 +623,11 @@ class OperationSiren(OSMap):
|
|||||||
Run on weekly basis, AL devs seemingly add new logger
|
Run on weekly basis, AL devs seemingly add new logger
|
||||||
archives after random scheduled maintenances
|
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)
|
shop = VoucherShop(self.config, self.device)
|
||||||
while 1:
|
while 1:
|
||||||
# In case logger bought manually,
|
# In case logger bought manually,
|
||||||
|
|||||||
Reference in New Issue
Block a user