More logging on reddit
This commit is contained in:
parent
2eace2a405
commit
5c242e3428
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ async def _stream(sub: Sub, bot: Snake) -> None:
|
|||
if not post:
|
||||
logger.debug(f"Got None for post in {sub.display_name}")
|
||||
continue
|
||||
logger.debug(f"Got new post in {sub.display_name}")
|
||||
if post.created_utc < now.timestamp():
|
||||
continue
|
||||
follows = SubredditFollow.find(q(display_name=sub.display_name))
|
||||
|
|
Loading…
Add table
Reference in a new issue