diff --git a/plugins/bulkImageScrape/bulkImageScrape.py b/plugins/bulkImageScrape/bulkImageScrape.py index d95cd7ef..b72bf37e 100755 --- a/plugins/bulkImageScrape/bulkImageScrape.py +++ b/plugins/bulkImageScrape/bulkImageScrape.py @@ -292,7 +292,7 @@ def update_image(client: StashInterface, update: dict) -> dict | None: json_input: dict = json.loads(sys.stdin.read()) FRAGMENT_SERVER: dict = json_input["server_connection"] -stash: StashInterface = StashInterface(FRAGMENT_SERVER) +stash: StashInterface = StashInterface(FRAGMENT_SERVER, force_api_key=True) log.info("Starting Bulk Image Scrape Plugin") config: dict = stash.get_configuration()["plugins"]