From 147c36d207ca74e876b6b4703fd3f57f3ab57e56 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 14 Apr 2025 01:37:42 -0700 Subject: seperate CHUNITHM_NEWS to regions INTL and JP --- generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generate.py') diff --git a/generate.py b/generate.py index 209e924..106f9bf 100644 --- a/generate.py +++ b/generate.py @@ -38,7 +38,7 @@ if __name__ == "__main__": with open(OUTPUT_DIR+'/sdvx_news.json', 'w') as json_file: json.dump(attach_news_meta_data(sdvx_news_data), json_file) - chunithm_jp_news_data = feed.get_news(constants.CHUNITHM_NEWS_SITE, constants.CHUNITHM_VERSION.VERSE) + chunithm_jp_news_data = feed.get_news(constants.CHUNITHM_JP_NEWS_SITE, constants.CHUNITHM_VERSION.VERSE) with open(OUTPUT_DIR+'/chunithm_jp_news.json', 'w') as json_file: json.dump(attach_news_meta_data(chunithm_jp_news_data), json_file) -- cgit v1.2.3