From 24d8f9a452430b4ffee9660af3eed41f1c0d3aec Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Tue, 20 May 2014 17:36:53 +0200 Subject: [PATCH] Small fix --- ucoin/network/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucoin/network/__init__.py b/ucoin/network/__init__.py index a6ba2783..7c3aedf7 100644 --- a/ucoin/network/__init__.py +++ b/ucoin/network/__init__.py @@ -61,7 +61,7 @@ class Wallet(Network): return self.merkle_easy_parser('/wallet') return self.merkle_easy_parser('/wallet/%s' - % self.pgp_fingerprint).json() + % self.pgp_fingerprint) def __post__(self, **kwargs): assert 'entry' in kwargs -- GitLab