diff --git a/booru_utils.py b/booru_utils.py index 4c45cc9..aa240da 100644 --- a/booru_utils.py +++ b/booru_utils.py @@ -421,7 +421,7 @@ def fetch_usernames_with_favs(danbooru_url, api_key, username, limit=10): def fetch_user_favorites( - danbooru_url, api_key, username, user, limit=10, exclude="-vore - hyper -gore" + danbooru_url, api_key, username, user, limit=10, exclude="-vore -hyper -gore" ): url = f"{danbooru_url}/posts.json"