mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-13 01:04:56 -05:00
[tsTrade] add missing config value, remove nested quote for py3.11 users
This commit is contained in:
@@ -66,7 +66,7 @@ def processSceneTimestamTrade(s):
|
||||
marker["primary_tag"] = m["name"]
|
||||
|
||||
if settings["addTsTradeTitle"]:
|
||||
marker["title"] = f"[TsTrade] {m["name"]}"
|
||||
marker["title"] = f"[TsTrade] {m['name']}"
|
||||
|
||||
# check for markers with a zero length title, skip adding
|
||||
if len(marker["primary_tag"]) == 0:
|
||||
@@ -1331,6 +1331,7 @@ settings = {
|
||||
"submitFunscriptHash": True,
|
||||
"excludedMarkerWords": "",
|
||||
"matchFunscripts": True,
|
||||
"addTsTradeTag": False,
|
||||
"addTsTradeTitle": False,
|
||||
}
|
||||
if "timestampTrade" in config["plugins"]:
|
||||
|
||||
Reference in New Issue
Block a user