diff --git a/gen_tdp b/gen_tdp index 4aae30e..c2df0d0 100755 --- a/gen_tdp +++ b/gen_tdp @@ -14,7 +14,7 @@ tdp["admin_email"] = "sudoers@tilde.team" tdp["description"] = "a digital community for socializing, learning, and making cool stuff, tilde.team is a shared system that provides a radically inclusive, non-commercial space for teaching, learning, practicing and enjoying the social medium of unix." tdpusers = [] for user in users: - if user=="ahriman": + if user=="asm": continue tdpuser = dict(username=user) title = bs(requests.get("https://tilde.team/~{}".format(user)).text,"lxml").title