Skip to content

Commit

Permalink
Syntax Error for formatted string
Browse files Browse the repository at this point in the history
  • Loading branch information
ouenascender committed Oct 2, 2024
1 parent b14e196 commit 829f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/timestampTrade/timestampTrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 829f803

Please sign in to comment.