diff --git a/dev_tools/keyword_extract.py b/dev_tools/keyword_extract.py index 34c608e3a..373753595 100644 --- a/dev_tools/keyword_extract.py +++ b/dev_tools/keyword_extract.py @@ -202,7 +202,7 @@ class KeywordExtract: def generate_daily_quests(self): daily_quest = read_file(os.path.join(TextMap.DATA_FOLDER, 'ExcelOutput', 'DailyQuest.json')) - self.load_quests([deep_get(data, 'DailyID') for data in daily_quest]) + self.load_quests([str(deep_get(data, 'DailyID')) for data in daily_quest]) self.write_daily_quest_keywords() def load_character_name_keywords(self, lang='en'): diff --git a/tasks/character/keywords/height.py b/tasks/character/keywords/height.py index a8d75132f..969b9e87b 100644 --- a/tasks/character/keywords/height.py +++ b/tasks/character/keywords/height.py @@ -13,7 +13,6 @@ CHARACTER_HEIGHT = { 'Tingyun': 'Maid', 'Sushang': 'Maid', 'Seele': 'Maid', - 'March7thPreservation': 'Maid', 'Jingliu': 'Maid', 'Bronya': 'Maid', 'Asta': 'Maid',