From af34f4d37cb9b86f41d282ac23baef9ca1099093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9D=A6?= Date: Fri, 11 Apr 2025 23:10:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E8=BE=93=E5=87=BA=EF=BC=8C=E7=A1=AE=E4=BF=9D=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9A=84=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_files.py b/update_files.py index 3418a28..14f9f46 100644 --- a/update_files.py +++ b/update_files.py @@ -61,7 +61,7 @@ def process_item(item): if updated: with open(abs_file_path, "w", encoding="utf-8") as f: f.write(new_content) - logging.info(f"πŸš€ ζ›΄ζ–°δΊ† {abs_file_path}") + logging.info(f"πŸš€ ζ›΄ζ–°δΊ† {file_path}") with LOCK: modified = True