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

Fix: [JP] Research assets

This commit is contained in:
Cola
2022-07-20 10:56:05 +08:00
parent 162a3b236d
commit 09d922817e
12 changed files with 19 additions and 10 deletions

View File

@@ -437,7 +437,7 @@ class RewardResearch(ResearchSelector, ResearchQueue):
or page_main
"""
# Remove this when your server is updated for PR5
if self.config.SERVER in ['jp', 'tw']:
if self.config.SERVER in ['tw']:
logger.warning('Task "Research" is forced delayed 2 hours before PR5 support. '
'Please do research manually and contact server maintainers')
self.config.task_delay(minute=120)