Skip to content

Commit 4e5bd37

Browse files
authored
Update scrape_github_repos.py
1 parent e52031d commit 4e5bd37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scrape_github_repos.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""
33
Created on Sun Sep 15 11:15:38 2019
4-
54
@author: rayde
5+
6+
Get links for github repos
67
"""
78

89

@@ -12,4 +13,4 @@
1213
a[0]['href']
1314

1415
for each in a:
15-
print(each['href'])
16+
print(each['href'])

0 commit comments

Comments
 (0)