forked from LBRYCommunity/lbry-sdk
fix indent
This commit is contained in:
parent
cbd8a68d0f
commit
659563f27a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def main():
|
|||
r = api.call(meth, params)
|
||||
else:
|
||||
r = api.call(meth)
|
||||
print json.dumps(r, sort_keys=True)
|
||||
print json.dumps(r, sort_keys=True)
|
||||
except:
|
||||
print "Something went wrong, here's the usage for %s:" % meth
|
||||
print api.help({'function': meth})
|
||||
|
|
Loading…
Reference in a new issue