@@ -959,7 +959,7 @@ class AzurLaneAutoScript(AzurLaneAutoScript):
def get_task_name(self, task):
try:
return read_file(filepath_i18n('zh-CN'))[task]["_info"]["name"]
return read_file(filepath_i18n('zh-CN'))["Task"][task]["name"]
except KeyError:
return task
The note is not visible to the blocked user.