Removed missing. ( A lot of Spam )

This commit is contained in:
Victorious Children Studios 2023-03-18 15:25:41 +02:00
parent 22779e34f7
commit c9dc40d912

View file

@ -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)