Browse Source

Update long_articles const: change cate name

StrayWarrior 7 months ago
parent
commit
cc6198daae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/long_articles/consts.py

+ 1 - 1
src/long_articles/consts.py

@@ -23,7 +23,7 @@ category_name_map = {
     '财经科技': 'CateFinTech',
     '人情世故': 'CateSocialCustom',
     '职场经验': 'CateWorkExperience',
-    '教育知识': 'CateEducation'
+    '子女教育': 'CateEducation'
 }
 
 reverse_category_name_map = {