Skip to content
Snippets Groups Projects
Commit f73d0a20 authored by Caner Candan's avatar Caner Candan
Browse files

* ucoin/ucg/__init__.py: minor

parent 6aa5137b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ class THT(UCG):
def __get__(self, **kwargs):
if not self.pgp_fingerprint:
return self.merkle_easy_parser('/tht').json()
return self.merkle_easy_parser('/tht')
return self.merkle_easy_parser('/tht/%s' % self.pgp_fingerprint).json()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment