mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-01-03 04:10:56 +00:00
Merge pull request #737 from sjp38/fix_get_all_links_py
Fix get_all_links.py
This commit is contained in:
commit
71b672ce80
@ -56,8 +56,7 @@ def main(path):
|
|||||||
for ref in refs:
|
for ref in refs:
|
||||||
if ref not in urls:
|
if ref not in urls:
|
||||||
urls.append(ref)
|
urls.append(ref)
|
||||||
|
fd.close()
|
||||||
#print(len(urls))
|
|
||||||
|
|
||||||
for url in urls:
|
for url in urls:
|
||||||
if not url.startswith("http"):
|
if not url.startswith("http"):
|
||||||
|
Loading…
Reference in New Issue
Block a user