From 76ab74c0a3e3a085393ebfb3d08edfc6397ecd83 Mon Sep 17 00:00:00 2001 From: bashrc Date: Fri, 18 Sep 2026 22:13:49 +0100 Subject: [PATCH] Petnames is list --- src/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.py b/src/content.py index bdf072789..6db926d9e 100644 --- a/src/content.py +++ b/src/content.py @@ -1509,7 +1509,7 @@ def add_html_tags(base_dir: str, http_prefix: str, # read the following list so that we can detect just @nick # in addition to @nick@domain following = None - petnames = None + petnames: list[str] = [] if '@' in words: if is_a_file(following_filename): following: list[str] = []