summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xqvisqvetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/qvisqvetool b/qvisqvetool
index 8e319de..5ad6d56 100755
--- a/qvisqvetool
+++ b/qvisqvetool
@@ -184,7 +184,7 @@ class QvisqveTool(cliapp.Application):
api, token = self.get_api()
r = api.GET(token, args[0])
ct = r.headers['Content-Type']
- if ct == json_conent_type:
+ if ct == json_content_type:
json.dump(r.json(), self.output, indent=4)
self.output.write('\n')
else: