diff --git a/Scripts/get_all_links.py b/Scripts/get_all_links.py index c8fdd79..395820f 100755 --- a/Scripts/get_all_links.py +++ b/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"):