From 2dc3787935e778484824ad7e54f50a7c526a4006 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:59:04 +0800 Subject: [PATCH] fix: correct 'falied' to 'failed' typo in script/tec_year_catagoy.py --- script/tec_year_catagoy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)