Skip to content

Commit

Permalink
Merge pull request #309 from NK-Works/contrib
Browse files Browse the repository at this point in the history
Solved contributors page bug
  • Loading branch information
sanjay-kv authored Nov 3, 2024
2 parents 1ba108d + 0163e4c commit a88342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web_app/pages/GitContributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Thanks to our amazing contributors who help build and improve this project! 🎉"
)

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

Expand Down

0 comments on commit a88342a

Please sign in to comment.