File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11requests
2- stashapp-tools
2+ stashapp-tools == v0.2.55
Original file line number Diff line number Diff 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}}" )
13441344settings ["schema" ] = res ["systemStatus" ]["databaseSchema" ]
13451345settings ["funscript_dbpath" ] = (
13461346 Path (res ["systemStatus" ]["databasePath" ]).parent / "funscript_index.sqlite"
You can’t perform that action at this time.
0 commit comments