diff options
Diffstat (limited to 'cli/objects/modes.py')
-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 c228eb0..e172570 100644 --- a/cli/objects/modes.py +++ b/cli/objects/modes.py @@ -13,7 +13,7 @@ class OgModes(): @staticmethod def list_available_modes(rest): r = rest.get('/mode') - print(r.json()) + print(r.text) @staticmethod def set_modes(rest, args): |