mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 01:52:30 -06:00
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:
parent
43feb5909d
commit
9374193341
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user