mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-19 16:20:52 +00:00
Pass correct arguments.
This commit is contained in:
parent
2bccb01be4
commit
018f53105e
@ -115,7 +115,7 @@ class StorageClient(object):
|
||||
Return the version metadata for the server.
|
||||
"""
|
||||
url = self._url("/v1/version")
|
||||
response = yield self._request("GET", url, {})
|
||||
response = yield self._request("GET", url)
|
||||
decoded_response = yield _decode_cbor(response)
|
||||
returnValue(decoded_response)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user