mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-19 19:29:23 +00:00
whitespace adjustment
better alignment for neighbor view printing for users not publishing
This commit is contained in:
@@ -413,7 +413,7 @@ def view_neighbors(users):
|
||||
|
||||
for user in users:
|
||||
userRC = json.load(open(os.path.join("/home", user, ".ttbp", "config", "ttbprc")))
|
||||
url="\t\t\t\t"
|
||||
url="\t\t\t"
|
||||
if userRC.get("publish dir"):
|
||||
url = LIVE+user+"/"+userRC.get("publish dir")
|
||||
count = 0
|
||||
|
||||
Reference in New Issue
Block a user