From 196e1264e74071ed59b15e625808899012720c53 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 14 Jul 2025 09:39:32 -0700 Subject: [PATCH] oops --- konawall/sources/konachan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konawall/sources/konachan.py b/konawall/sources/konachan.py index 13fcdc8..ab29846 100644 --- a/konawall/sources/konachan.py +++ b/konawall/sources/konachan.py @@ -53,7 +53,7 @@ Download a number of images from Konachan given a list of tags and a count :param tags: A list of tags to search for """ @add_source("konachan") -def handle(count: int, tags: list) -> list: +def handle(count: int, tags: list, config) -> list: logging.debug(f"handle_konachan() called with count={count}, tags=[{', '.join(tags)}]") # Get a list of URLs to download posts: list = request_posts(count, tags)