diff --git a/src/newsreader/news/collection/reddit.py b/src/newsreader/news/collection/reddit.py index 82a4d96..b905f24 100644 --- a/src/newsreader/news/collection/reddit.py +++ b/src/newsreader/news/collection/reddit.py @@ -274,7 +274,7 @@ class RedditClient(PostClient): break except StreamException as e: logger.exception( - "Stream failed reading content from " f"{stream.rule.url}" + "Stream failed reading content from {stream.rule.url}" ) self.set_rule_error(stream.rule, e)