summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-16 18:50:43 +0200
committerLars Wirzenius <liw@liw.fi>2019-03-16 18:50:43 +0200
commitcbd569a83ceb14935a3a4505ae898f0b532c4e1e (patch)
tree24cf7cd86f624bd9094ce9a15f4b96e8384f547e
parent4154ef79a059a9e0b33d70fb254c7011a58295b0 (diff)
downloadeffitool-cbd569a83ceb14935a3a4505ae898f0b532c4e1e.tar.gz
Change: effitool show-member pretty prints the output
-rwxr-xr-xeffitool2
1 files changed, 1 insertions, 1 deletions
diff --git a/effitool b/effitool
index e1787a6..d466ca5 100755
--- a/effitool
+++ b/effitool
@@ -322,7 +322,7 @@ class Tool:
}
memb = api.get_json(token, '/memb', headers=headers)
- print(memb)
+ print(json.dumps(memb, indent=4))
def update_member(self, args):
rid = args['rid']