@ -30,6 +30,7 @@ async def check_updates():
tag_list.sort()
for tl_idx in range(0, len(tag_list), 40):
tags = ' '.join(f'~{tag}' for tag in tag_list[tl_idx: tl_idx + 40])
logging.warning(tags)
posts = await e621.get_posts(tags)
if not posts:
return
The note is not visible to the blocked user.