From e5556c00b107f5afccfb4123adf00e5010e991e1 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sun, 15 Sep 2019 10:43:46 -0400 Subject: [PATCH] Revert "hotfix: gbmor.dev is down, causing TDP to error out when rendering ahriman" gbmor.dev loads now, so we should be good. --- gen_tdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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