Skip to content

Commit

Permalink
Update class wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon authored Jan 11, 2025
1 parent fd2f33b commit 4c9aaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/timestampTrade/timestampTrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def processSceneTimestamTrade(s):
}
}
}"""
res = stash.callGQL(scrapers_graphql)
res = stash.call_GQL(scrapers_graphql)
for r in res["listScrapers"]:
if r["movie"]["urls"]:
for url in r["movie"]["urls"]:
Expand Down Expand Up @@ -1340,7 +1340,7 @@ def excluded_marker_tag(marker):


# check the schema version for features in the dev release
res = stash.callGQL("{systemStatus {databaseSchema databasePath}}")
res = stash.call_GQL("{systemStatus {databaseSchema databasePath}}")
settings["schema"] = res["systemStatus"]["databaseSchema"]
settings["funscript_dbpath"] = (
Path(res["systemStatus"]["databasePath"]).parent / "funscript_index.sqlite"
Expand Down

0 comments on commit 4c9aaa5

Please sign in to comment.