1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 08:01:30 +08:00

Upd: Copy SHIPYARD_SERIES_SELECT_CHECK to all servers

This commit is contained in:
LmeSzinc
2022-07-18 01:11:40 +08:00
parent 46609c5557
commit 1be86abd8b
5 changed files with 1 additions and 8 deletions

View File

@@ -159,13 +159,6 @@ class RewardShipyard(ShipyardUI, GeneralShop):
in: Any page
out: page_shipyard
"""
# Remove this when your server is updated for PR5
logger.warning('Task "Shipyard" is forced delayed 2 hours before PR5 support. '
'Please do shipyard manually and contact server maintainers')
if self.config.SERVER in ['cn', 'jp', 'tw']:
self.config.task_delay(minute=120)
self.config.task_stop()
if self.config.Shipyard_BuyAmount <= 0:
self.config.Scheduler_Enable = False
self.config.task_stop()