mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
It's not an immutable client anymore.
This commit is contained in:
parent
f3cf13154d
commit
a54b443f9d
@ -1174,9 +1174,9 @@ class _HTTPStorageServer(object):
|
||||
renew_secret,
|
||||
cancel_secret
|
||||
):
|
||||
immutable_client = StorageClientGeneral(self._http_client)
|
||||
client = StorageClientGeneral(self._http_client)
|
||||
try:
|
||||
await immutable_client.add_or_renew_lease(
|
||||
await client.add_or_renew_lease(
|
||||
storage_index, renew_secret, cancel_secret
|
||||
)
|
||||
except ClientException as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user