🐛 fix: handle case for no announcements

This commit is contained in:
Bhupesh-V
2024-12-31 22:06:21 +05:30
parent e9a454fa5a
commit 101b529307
2 changed files with 1 additions and 1 deletions

View File

@@ -60,7 +60,6 @@ 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)
if __name__ == "__main__":