Skip to content

Commit a180933

Browse files
authored
[timestampTrade] Revert breaking change (#493)
1 parent 1104140 commit a180933

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests
2-
stashapp-tools
2+
stashapp-tools == v0.2.55

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.call_GQL(scrapers_graphql)
214+
res = stash.callGQL(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.call_GQL("{systemStatus {databaseSchema databasePath}}")
1343+
res = stash.callGQL("{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)