浏览代码

Merge pull request #737 from sjp38/fix_get_all_links_py

Fix get_all_links.py
0xAX 4 年之前
父节点
当前提交
71b672ce80
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Scripts/get_all_links.py

+ 1 - 2
Scripts/get_all_links.py

@@ -56,8 +56,7 @@ def main(path):
             for ref in refs:
                 if ref not in urls:
                     urls.append(ref)
-
-    #print(len(urls))
+        fd.close()
 
     for url in urls:
         if not url.startswith("http"):