From c9dc40d91215fe8a39af5dc3fa53979d0d033952 Mon Sep 17 00:00:00 2001 From: Victorious Children Studios Date: Sat, 18 Mar 2023 15:25:41 +0200 Subject: [PATCH] Removed missing. ( A lot of Spam ) --- modules/render.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)