1
0
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:
0xAX 2020-10-11 13:26:49 +06:00 committed by GitHub
commit 71b672ce80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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