Skip to content

Commit 9374193

Browse files
GayNerdDogmaDragon
andauthored
Fix stashapi GQL errors due to git req for old stashapi version (#646)
Co-authored-by: DogmaDragon <[email protected]>
1 parent 43feb59 commit 9374193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/bulkImageScrape/BulkImageScrape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bulk Image Scrape
22
# requires: PythonDepManager
33
description: Apply an image scraper to all images
4-
version: 0.3.3
4+
version: 0.3.4
55
url: https://discourse.stashapp.cc/t/bulk-image-scrape/1339
66
exec:
77
- python

plugins/bulkImageScrape/bulkImageScrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66

77
from PythonDepManager import ensure_import
8-
ensure_import("stashapi@git+https://github.com/stg-annon/stashapi@f2de6fa")
8+
ensure_import("stashapi")
99

1010
import stashapi.log as log
1111
from stashapi.stash_types import StashItem

0 commit comments

Comments
 (0)