mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
CheckResults: replace get_data() with as_dict(), use getters in web status
This commit is contained in:
@ -109,7 +109,7 @@ class CheckResults:
|
||||
def get_sharemap(self):
|
||||
return self._data["sharemap"]
|
||||
|
||||
def get_data(self):
|
||||
def as_dict(self):
|
||||
return self._data
|
||||
|
||||
def get_summary(self):
|
||||
|
Reference in New Issue
Block a user