Skip to content

Commit d541fec

Browse files
authored
Fix import of stashapi
Fix import of stashapi to use pypi version instead of specific git version
1 parent 43feb59 commit d541fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)