Skip to content
Snippets Groups Projects
Commit 37fbe11a authored by inso's avatar inso
Browse files

Fix to wht pulling

parent 24d8f9a4
Branches
Tags
No related merge requests found
......@@ -60,8 +60,8 @@ class Wallet(Network):
if not self.pgp_fingerprint:
return self.merkle_easy_parser('/wallet')
return self.merkle_easy_parser('/wallet/%s'
% self.pgp_fingerprint)
return self.requests_get('/wallet/%s' % self.pgp_fingerprint,
**kwargs).json()
def __post__(self, **kwargs):
assert 'entry' in kwargs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment