summaryrefslogtreecommitdiff
path: root/effitool
diff options
context:
space:
mode:
Diffstat (limited to 'effitool')
-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']