From 155a1d5e1372cb68903f166c5d39e8604d983a23 Mon Sep 17 00:00:00 2001 From: Christian Bastian <80225746+cdb-boop@users.noreply.github.com> Date: Sat, 7 Sep 2024 03:37:23 -0400 Subject: [PATCH] Minor change to trigger word formatting. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index b791144..b8e1da4 100644 --- a/__init__.py +++ b/__init__.py @@ -301,7 +301,7 @@ def search_web_for_model_notes(sha256_hash): if ',' in s: join_separator = '\n' break - if join_separator == '\n' and len(model_trigger_words) > 1: + if join_separator == '\n': model_trigger_words = ["* " + s for s in model_trigger_words] notes += join_separator.join(model_trigger_words) if model_version_description != "":