Revert "hotfix: gbmor.dev is down, causing TDP to error out when rendering ahriman"

gbmor.dev loads now, so we should be good.
This commit is contained in:
Robert Miles 2019-09-15 10:43:46 -04:00
parent e527ed44f9
commit e5556c00b1
1 changed files with 1 additions and 1 deletions

View File

@ -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