Fix reddit exception log
This commit is contained in:
parent
5e53faf417
commit
d9999752bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue