Skip to content

Commit

Permalink
Don't crash on missing post
Browse files Browse the repository at this point in the history
That's not something that I can control, but I'd still like to be
notified about it for now
  • Loading branch information
rossjrw committed Feb 4, 2025
1 parent cdac35f commit 43ae4d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notifier/newposts.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def fetch_posts_with_context(
"post_id": post_id,
},
)
raise RuntimeError("Requested post missing from downloaded thread")

# For each kind of context, check if we already have it, and if not, fetch it

Expand Down

0 comments on commit 43ae4d9

Please sign in to comment.