Skip to content

Commit a88342a

Browse files
authored
Merge pull request #309 from NK-Works/contrib
Solved contributors page bug
2 parents 1ba108d + 0163e4c commit a88342a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web_app/pages/GitContributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Thanks to our amazing contributors who help build and improve this project! 🎉"
1313
)
1414

15-
# Load contributors data
15+
# Load contributors data (Just cut and pasted the same link again and it worked maybe its a small bug)
1616
contributors_url = "https://api.github.com/repos/Recode-Hive/Scrape-ML/contributors"
1717
contributors_data = requests.get(contributors_url).json()
1818

0 commit comments

Comments
 (0)