This commit is contained in:
zortazert 2022-04-03 10:34:46 -05:00
commit 3bed131df2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
"HTML"], "HTML"],
"languages":["Latte", "languages":["Latte",
"PHP"], "PHP"],
"networks_read":["Twitter"], "networks_read":["tiktok"],
"networks_write":[], "networks_write":[],
"formats_read":[], "formats_read":[],
"formats_write":[], "formats_write":[],

View file

@ -138,7 +138,7 @@ def suggestions(page, json):
<summary><h1 title="Click to show more / less.">Problematic Competitors:</h1></summary>""" <summary><h1 title="Click to show more / less.">Problematic Competitors:</h1></summary>"""
more = True more = True
page = page + "<hr><br>Features match: " + str(frac) + "%" page = page + "<hr><br>Suggestion score: " + str(frac) + "%"
page = html(page, i[-1]) page = html(page, i[-1])
if more: if more: