Fix stashapi GQL errors due to git req for old stashapi version (#646)

Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
This commit is contained in:
GayNerd 2025-12-22 05:38:23 -05:00 committed by GitHub
parent 43feb5909d
commit 9374193341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Bulk Image Scrape
# requires: PythonDepManager
description: Apply an image scraper to all images
version: 0.3.3
version: 0.3.4
url: https://discourse.stashapp.cc/t/bulk-image-scrape/1339
exec:
- python

View File

@ -5,7 +5,7 @@ import math
import time
from PythonDepManager import ensure_import
ensure_import("stashapi@git+https://github.com/stg-annon/stashapi@f2de6fa")
ensure_import("stashapi")
import stashapi.log as log
from stashapi.stash_types import StashItem