From 1d1d12e39ba12d167b3c03489d880652f7a33cc0 Mon Sep 17 00:00:00 2001 From: Kris Knigga Date: Sun, 22 Sep 2024 10:39:21 -0500 Subject: [PATCH] Fix bug where we're returning instead of continuing the the post stream loop --- rflying_tower_bot/post_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rflying_tower_bot/post_stream.py b/rflying_tower_bot/post_stream.py index 7bd00f7..7cddcf0 100644 --- a/rflying_tower_bot/post_stream.py +++ b/rflying_tower_bot/post_stream.py @@ -93,7 +93,7 @@ async def watch_poststream(self) -> None: self.log.error( "Making comment on %s seems to have failed", str(post) ) - return + continue await c.mod.distinguish(sticky=False) await self.config.history.add(post.permalink, "save_post_body") self.log.info(