Fix reddit tests
This commit is contained in:
parent
02bb95fde8
commit
2a54556e49
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ class RedditClient(PostClient):
|
|||
yield response_data
|
||||
except StreamDeniedException as e:
|
||||
logger.warning(
|
||||
f"Access token expired for user {stream.user.pk}"
|
||||
f"Access token expired for user {stream.rule.user.pk}"
|
||||
)
|
||||
|
||||
stream.rule.user.reddit_access_token = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue