diff --git a/plugins/timestampTrade/timestampTrade.py b/plugins/timestampTrade/timestampTrade.py index 005eec09..2fc4d811 100644 --- a/plugins/timestampTrade/timestampTrade.py +++ b/plugins/timestampTrade/timestampTrade.py @@ -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: