diff --git a/jarvis_tasks/tasks/reddit.py b/jarvis_tasks/tasks/reddit.py index 9c5d60a..e31d167 100644 --- a/jarvis_tasks/tasks/reddit.py +++ b/jarvis_tasks/tasks/reddit.py @@ -102,9 +102,9 @@ async def _stream(sub: Sub, bot: Snake) -> None: if not post: logger.debug(f"Got None for post in {sub.display_name}") continue - logger.debug(f"Got new post in {sub.display_name}") if post.created_utc < now.timestamp(): continue + logger.debug(f"Got new post in {sub.display_name}") follows = SubredditFollow.find(q(display_name=sub.display_name)) follows_to_delete = [] num_follows = 0