diff options
Diffstat (limited to 'cli/objects/scopes.py')
-rw-r--r-- | cli/objects/scopes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/objects/scopes.py b/cli/objects/scopes.py index 7f4cd7d..975b82f 100644 --- a/cli/objects/scopes.py +++ b/cli/objects/scopes.py @@ -11,4 +11,4 @@ class OgScope(): @staticmethod def list_scopes(rest): r = rest.get('/scopes') - print(r.json()) + print(r.text) |