We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a54c6 commit 76e5d2aCopy full SHA for 76e5d2a
source/generate.py
@@ -926,7 +926,7 @@ def getLinkReplacement(match, links):
926
app["icon_index"] if "icon_index" in app else -1,
927
app["color_bg"] if "color_bg" in app else app["color"] if "color" in app else "",
928
app["stars"] if "stars" in app else 0,
929
- app["script_message"] if "script_message" in app else ""
+ app["script_message"] if "script_message" in app and type(app["script_message"]) == str else ""
930
)
931
932
# Change "DS" to "NDS" so it can be searched for
0 commit comments