fix(merge_transactions.py): 删除冗余赋值
Co-authored-by: aider (ollama/gemma4:12b) <aider@aider.chat>
This commit is contained in:
@@ -54,6 +54,5 @@ def merge_excel_files(input_dir):
|
||||
print("未找到任何包含 '交易流水' 工作表的 Excel 文件。")
|
||||
|
||||
if __name__ == "__main__":
|
||||
user_path = r"d:input"
|
||||
user_path = input("> ").strip()
|
||||
merge_excel_files(user_path)
|
||||
|
||||
Reference in New Issue
Block a user