Skip to content

Commit

Permalink
solved contributors page bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NK-Works authored Nov 2, 2024
1 parent 1ba108d commit 0163e4c
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 0163e4c

Please sign in to comment.