Skip to content

Commit eb5db06

Browse files
committed
move badUrls.txt to Utils
1 parent 3803a12 commit eb5db06

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Utils/URLChecker/BadUrlsSaver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class BadUrlsSaver {
1717
* @throws IOException
1818
*/
1919
public static void save(Map<String, String> map, boolean isSaveAlLMatterUrls) throws IOException {
20-
File file = new File("..\\..\\badUrls.txt");
20+
File file = new File("..\\badUrls.txt");
2121
if (file.exists()) {
2222
System.out.println("删除先前文件: " + (file.delete() ? "成功" : "失败"));
2323
}
File renamed without changes.

0 commit comments

Comments
 (0)