Skip to content

Commit

Permalink
remove private link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Dec 1, 2024
1 parent e84b1b1 commit 2824227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aoc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def format_leaderboard(data, num_players=100):
if member_data['local_score'] > 0:
leaderboard_stats += f"| {i + 1} | {member_data['name']} | {member_data['stars']} | {member_data['local_score']} |\n"

leaderboard_stats += f"\n[Advent of Code Leaderboard](https://adventofcode.com/{aoc_year}/leaderboard/private/view/{aoc_leaderboard_code})\n"
leaderboard_stats += f"\nUpdated every 24 hours"

return leaderboard_stats
Expand Down

0 comments on commit 2824227

Please sign in to comment.