From b830e94b7b98dad2d0d0f96641371f79cef9b2e2 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 29 May 2026 11:23:07 -0400 Subject: [PATCH] fix typo in defaults --- booru_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"