diff --git a/script/tec_year_catagoy.py b/script/tec_year_catagoy.py index 0a5283b..e7fa050 100644 --- a/script/tec_year_catagoy.py +++ b/script/tec_year_catagoy.py @@ -223,7 +223,7 @@ def year_month_catalog_titles(year, month): if encode_result == encode_title: print('successful') else: - print('falied') + print('failed') print('=======') print(encode_title)