mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 20:01:23 +00:00
Drop a comma introduced by mistake
This commit is contained in:
parent
96c8c5e953
commit
f5dacf9547
@ -351,7 +351,7 @@ class RootElement(Element):
|
||||
available = stats.get("storage_server.disk_avail")
|
||||
if available is not None:
|
||||
msg += ", %s available" % abbreviate_size(available)
|
||||
ul(tags.li(tags.a("Storage Server", href="storage"), ": ", msg, ))
|
||||
ul(tags.li(tags.a("Storage Server", href="storage"), ": ", msg))
|
||||
except KeyError:
|
||||
ul(tags.li("Not running storage server"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user