Merge pull request #737 from sjp38/fix_get_all_links_py

Fix get_all_links.py
pull/742/head
0xAX 4 years ago committed by GitHub
commit 71b672ce80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"):

Loading…
Cancel
Save