mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
server_version_on_welcome_page.dpatch.txt
- The storage server version is 0 for all storage nodes in the Welcome Page
This commit is contained in:
parent
76bbcdcefc
commit
35ec8f6ac2
@ -273,7 +273,7 @@ class Root(rend.Page):
|
||||
since = descriptor.get_last_loss_time()
|
||||
announced = descriptor.get_announcement_time()
|
||||
announcement = descriptor.get_announcement()
|
||||
version = announcement["version"]
|
||||
version = announcement["my-version"]
|
||||
service_name = announcement["service-name"]
|
||||
|
||||
TIME_FORMAT = "%H:%M:%S %d-%b-%Y"
|
||||
|
Loading…
x
Reference in New Issue
Block a user