Merge branch 'master' of https://notabug.org/jyamihud/FreeCompetitors
This commit is contained in:
commit
3bed131df2
2 changed files with 2 additions and 2 deletions
|
@ -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":[],
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue