diff --git a/client/check_ncpa.py b/client/check_ncpa.py index 1a830c6e9..a3a68f76c 100755 --- a/client/check_ncpa.py +++ b/client/check_ncpa.py @@ -261,7 +261,7 @@ def get_json(options): if options.verbose: print('File returned contained:\n' + ret.decode('utf-8')) - arr = json.loads(ret) + arr = json.loads(ret.decode('latin-1')) if options.list: return arr