From 659563f27a013eddfef89bd92a40565bf3d16dd1 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Thu, 8 Sep 2016 13:41:11 -0400 Subject: [PATCH] fix indent --- lbrynet/lbrynet_daemon/LBRYDaemonCLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py b/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py index 627f6f964..e345ed729 100644 --- a/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py +++ b/lbrynet/lbrynet_daemon/LBRYDaemonCLI.py @@ -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})