summaryrefslogtreecommitdiffstats
path: root/cli/objects/scopes.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/objects/scopes.py')
-rw-r--r--cli/objects/scopes.py2
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)