Petnames is list

main
bashrc 2026-09-18 22:13:49 +01:00
parent 5c083c25b6
commit 76ab74c0a3
1 changed files with 1 additions and 1 deletions

View File

@ -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] = []