Skip to content

Commit

Permalink
Fix bug where we're returning instead of continuing the the post stre…
Browse files Browse the repository at this point in the history
…am loop
  • Loading branch information
kdknigga committed Sep 22, 2024
1 parent 79af929 commit 1d1d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rflying_tower_bot/post_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1d1d12e

Please sign in to comment.