fix typo in defaults
This commit is contained in:
@@ -421,7 +421,7 @@ def fetch_usernames_with_favs(danbooru_url, api_key, username, limit=10):
|
|||||||
|
|
||||||
|
|
||||||
def fetch_user_favorites(
|
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"
|
url = f"{danbooru_url}/posts.json"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user