mirror of https://gitlab.com/bashrc2/epicyon
Check that petname exists
parent
9ee84b4dbd
commit
f528171090
|
@ -760,7 +760,8 @@ def addHtmlTags(baseDir: str, httpPrefix: str,
|
||||||
following = f.readlines()
|
following = f.readlines()
|
||||||
for handle in following:
|
for handle in following:
|
||||||
pet = getPetName(baseDir, nickname, domain, handle)
|
pet = getPetName(baseDir, nickname, domain, handle)
|
||||||
petnames.append(pet + '\n')
|
if pet:
|
||||||
|
petnames.append(pet + '\n')
|
||||||
|
|
||||||
# extract mentions and tags from words
|
# extract mentions and tags from words
|
||||||
longWordsList = []
|
longWordsList = []
|
||||||
|
|
Loading…
Reference in New Issue