diff --git a/main.py b/main.py index fe387b9..ca4ee9b 100644 --- a/main.py +++ b/main.py @@ -123,7 +123,7 @@ async def check_updates(): tags = ' '.join(f'~{tag}' for tag in tag_list[tl_idx: tl_idx + 40]) logging.warning(tags) posts = [] - for page in range(1, 11): + for page in range(1, 2): posts.extend(await e621.get_posts(tags, page)) if not posts: return