diff options
-rw-r--r-- | cli/objects/modes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/modes.py b/cli/objects/modes.py index 2abb091..d7ef8f2 100644 --- a/cli/objects/modes.py +++ b/cli/objects/modes.py @@ -15,7 +15,7 @@ class OgModes(): @staticmethod def list_available_modes(rest): r = rest.get('/mode') - print(r.text) + print_json(r.text) @staticmethod def set_modes(rest, args): |