Removed missing. ( A lot of Spam )
This commit is contained in:
parent
22779e34f7
commit
c9dc40d912
1 changed files with 6 additions and 2 deletions
|
@ -376,9 +376,13 @@ def stats(page, mis=False, data=[]):
|
|||
|
||||
page = page + '\n</center>\n\n<div style="position:absolute; top:500">'
|
||||
# If to render missing software
|
||||
|
||||
# TODO: We had a list of missing software which are known of,
|
||||
# but people abused this feature to add a bunch of hilarious spam.
|
||||
# maybe there is a way to design this better.
|
||||
|
||||
if mis:
|
||||
page = page + missing.List_html()
|
||||
#if mis:
|
||||
# page = page + missing.List_html()
|
||||
|
||||
|
||||
page = source_code_link(page)
|
||||
|
|
Loading…
Reference in a new issue