Explorar el Código

Merge pull request #737 from sjp38/fix_get_all_links_py

Fix get_all_links.py
0xAX hace 4 años
padre
commit
71b672ce80
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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"):