Skip to content

Commit 4c9aaa5

Browse files
authored
Update class wrapper
stg-annon/stashapi@c218380
1 parent fd2f33b commit 4c9aaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/timestampTrade/timestampTrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def processSceneTimestamTrade(s):
211211
}
212212
}
213213
}"""
214-
res = stash.callGQL(scrapers_graphql)
214+
res = stash.call_GQL(scrapers_graphql)
215215
for r in res["listScrapers"]:
216216
if r["movie"]["urls"]:
217217
for url in r["movie"]["urls"]:
@@ -1340,7 +1340,7 @@ def excluded_marker_tag(marker):
13401340

13411341

13421342
# check the schema version for features in the dev release
1343-
res = stash.callGQL("{systemStatus {databaseSchema databasePath}}")
1343+
res = stash.call_GQL("{systemStatus {databaseSchema databasePath}}")
13441344
settings["schema"] = res["systemStatus"]["databaseSchema"]
13451345
settings["funscript_dbpath"] = (
13461346
Path(res["systemStatus"]["databasePath"]).parent / "funscript_index.sqlite"

0 commit comments

Comments
 (0)