mirror of https://gitlab.com/bashrc2/epicyon
Petnames is list
parent
5c083c25b6
commit
76ab74c0a3
|
|
@ -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] = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue