We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345dc10 commit e9a454fCopy full SHA for e9a454f
aoc/main.py
@@ -61,7 +61,7 @@ def main():
61
leaderboard_data = get_leaderboard_data()
62
formatted_stats = format_leaderboard(leaderboard_data)
63
print(formatted_stats)
64
- # update_reddit_post(reddit, reddit_post_id, formatted_stats)
+ update_reddit_post(reddit, reddit_post_id, formatted_stats)
65
66
if __name__ == "__main__":
67
main()
0 commit comments