We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2fee8b + 43650aa commit 1f4831fCopy full SHA for 1f4831f
ipfsApi/client.py
@@ -59,7 +59,7 @@ def __init__(self,
59
# ADVANCED COMMANDS
60
self.resolve = ArgCommand('/resolve')
61
self.name_publish = ArgCommand('/name/publish')
62
- self.name_resolve = Command('/name/resolve')
+ self.name_resolve = ArgCommand('/name/resolve')
63
self.dns = ArgCommand('/dns')
64
self.pin_add = ArgCommand('/pin/add')
65
self.pin_rm = ArgCommand('/pin/rm')
0 commit comments