Explorar o código

Merge pull request #737 from sjp38/fix_get_all_links_py

Fix get_all_links.py
0xAX %!s(int64=4) %!d(string=hai) anos
pai
achega
71b672ce80
Modificáronse 1 ficheiros con 1 adicións e 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"):