We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba108d commit 0163e4cCopy full SHA for 0163e4c
Web_app/pages/GitContributors.py
@@ -12,7 +12,7 @@
12
"Thanks to our amazing contributors who help build and improve this project! 🎉"
13
)
14
15
-# Load contributors data
+# Load contributors data (Just cut and pasted the same link again and it worked maybe its a small bug)
16
contributors_url = "https://api.github.com/repos/Recode-Hive/Scrape-ML/contributors"
17
contributors_data = requests.get(contributors_url).json()
18
0 commit comments