Commit 2f05af4d authored by 苍蓝's avatar 苍蓝

Update deckcode.py

parent c62e27a0
......@@ -72,7 +72,7 @@ for root, dirs, files in os.walk(folder_path):
if new_content != original_content:
with open(file_path, 'w', encoding='utf-8') as f:
f.write(new_content)
print(f"修改并写入卡组: {file_path}")
print(f"更新卡组: {file_path}")
else:
print(f"卡组无需修改: {file_path}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment