diff --git a/dev_tools/war_archives_update.py b/dev_tools/war_archives_update.py index d366fa17b..6cc031fa4 100644 --- a/dev_tools/war_archives_update.py +++ b/dev_tools/war_archives_update.py @@ -260,12 +260,12 @@ if __name__ == '__main__': # input strings in YYYYMMDD format for war archives update time # use 'today' for today, use a list to input multiple values, # such as '20250717', 'today', ['20250619' , '20250717', 'today'] - WarArchivesUpdater.aired_date = ['20260409', '20260507'] + WarArchivesUpdater.aired_date = ['20260612', '20260618'] # Event name or date of update of war archives # input strings in YYYYMMDD format for event time, or input event name # use 'recent' for the latest CN enent, use a list to input multiple values, # such as '20220428', '虹彩的终幕曲', 'recent', ['雄鹰的叙事歌' , '20220428', 'recent'] - WarArchivesUpdater.event = ['远汇点作战', '奏响鸢尾之歌'] + WarArchivesUpdater.event = ['空相交汇点', '幻梦间奏曲'] updater = WarArchivesUpdater()