From e527ed44f9dcf16b5388b31d6f0ba8b9a24be911 Mon Sep 17 00:00:00 2001 From: khuxkm fbexl Date: Sat, 14 Sep 2019 21:22:39 -0400 Subject: [PATCH] hotfix: gbmor.dev is down, causing TDP to error out when rendering ahriman --- gen_tdp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_tdp b/gen_tdp index c2df0d0..4aae30e 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=="asm": + if user=="ahriman": continue tdpuser = dict(username=user) title = bs(requests.get("https://tilde.team/~{}".format(user)).text,"lxml").title