mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-25 11:12:42 +00:00
Fix typo
This commit is contained in:
parent
89980a039c
commit
a646c7decd
@ -386,7 +386,7 @@ class RootElement(Element):
|
||||
|
||||
@renderer
|
||||
def total_introducers(self, req, tag):
|
||||
return tag(str(self.client.introducer_connection_statuses()))
|
||||
return tag(str(self._client.introducer_connection_statuses()))
|
||||
|
||||
# In case we configure multiple introducers
|
||||
def data_introducers(self, ctx, data):
|
||||
|
Loading…
x
Reference in New Issue
Block a user