mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Fix indention
This commit is contained in:
parent
ad66caeaff
commit
876a7b6602
@ -214,11 +214,11 @@ class Root(rend.Page):
|
||||
else:
|
||||
servers[server_id]["last_received_data"] = ""
|
||||
data = {
|
||||
"introducers": {
|
||||
"statuses": intro_summaries,
|
||||
},
|
||||
"servers": servers
|
||||
}
|
||||
"introducers": {
|
||||
"statuses": intro_summaries,
|
||||
},
|
||||
"servers": servers
|
||||
}
|
||||
return simplejson.dumps(data, indent=1) + "\n"
|
||||
|
||||
def render_magic_folder(self, ctx, data):
|
||||
|
Loading…
Reference in New Issue
Block a user