Skip to content

Commit 2824227

Browse files
committed
remove private link
1 parent e84b1b1 commit 2824227

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aoc/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def format_leaderboard(data, num_players=100):
3333
if member_data['local_score'] > 0:
3434
leaderboard_stats += f"| {i + 1} | {member_data['name']} | {member_data['stars']} | {member_data['local_score']} |\n"
3535

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

3938
return leaderboard_stats

0 commit comments

Comments
 (0)