Updated gen_tdp, with correct signup URL, and re-pushed tilde.json

This commit is contained in:
Ubergeek 2019-11-04 15:53:47 +00:00
parent 5072f073f6
commit 84a972ad55
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ headers = {
tdp = {}
tdp["name"] = "thunix"
tdp["url"] = "https://www.thunix.net"
tdp["signup_url"] = tdp["url"]+"/signup.php"
tdp["signup_url"] = tdp["url"]+"/signup"
users = subprocess.check_output(["/usr/bin/members","tilde"]).decode('ascii').split()
users.sort()
tdp["user_count"] = len(users)-1

File diff suppressed because one or more lines are too long