mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
key -> kind
This commit is contained in:
parent
c0ce716430
commit
1710530b6b
@ -40,8 +40,8 @@ class _FakeTahoeRoot(Resource, object):
|
||||
self._uri = uri
|
||||
self.putChild(b"uri", self._uri)
|
||||
|
||||
def add_data(self, key, data):
|
||||
return self._uri.add_data(key, data)
|
||||
def add_data(self, kind, data):
|
||||
return self._uri.add_data(kind, data)
|
||||
|
||||
|
||||
@attr.s
|
||||
|
Loading…
x
Reference in New Issue
Block a user