mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
oops
This commit is contained in:
parent
44723fe32d
commit
196e1264e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue