Skip to content

Commit e9a454f

Browse files
committed
I apologise, my bad
1 parent 345dc10 commit e9a454f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoc/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main():
6161
leaderboard_data = get_leaderboard_data()
6262
formatted_stats = format_leaderboard(leaderboard_data)
6363
print(formatted_stats)
64-
# update_reddit_post(reddit, reddit_post_id, formatted_stats)
64+
update_reddit_post(reddit, reddit_post_id, formatted_stats)
6565

6666
if __name__ == "__main__":
6767
main()

0 commit comments

Comments
 (0)