Skip to content

Commit

Permalink
I apologise, my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Dec 6, 2024
1 parent 345dc10 commit e9a454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aoc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main():
leaderboard_data = get_leaderboard_data()
formatted_stats = format_leaderboard(leaderboard_data)
print(formatted_stats)
# update_reddit_post(reddit, reddit_post_id, formatted_stats)
update_reddit_post(reddit, reddit_post_id, formatted_stats)

if __name__ == "__main__":
main()

0 comments on commit e9a454f

Please sign in to comment.