Update GAT.py

This commit is contained in:
frxz751113
2024-10-04 11:04:40 +08:00
committed by GitHub
parent 842ef0100a
commit 4be542d86b
+1 -1
View File
@@ -769,7 +769,7 @@ with open(file_path, 'r+', encoding='utf-8') as f:
################################################################################################任务结束,删除不必要的过程文件
files_to_remove = ["网络收集.txt", "汇总.txt"]
files_to_remove = ["gat.txt", "汇总.txt"]
for file in files_to_remove:
if os.path.exists(file):
os.remove(file)