diff --git a/modules/render.py b/modules/render.py index 6bc86f8..3a2cda3 100644 --- a/modules/render.py +++ b/modules/render.py @@ -376,9 +376,13 @@ def stats(page, mis=False, data=[]): page = page + '\n\n\n
' # 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)