From 78163f1d097c46fb8ac5f49eee4ba7c54d48eef1 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 29 Oct 2021 07:23:26 -0400 Subject: [PATCH] Correct issue in parameter rename for apiclient --- confluent_osdeploy/common/opt/confluent/bin/apiclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/common/opt/confluent/bin/apiclient b/confluent_osdeploy/common/opt/confluent/bin/apiclient index 930ccd14..f2e9d3e1 100644 --- a/confluent_osdeploy/common/opt/confluent/bin/apiclient +++ b/confluent_osdeploy/common/opt/confluent/bin/apiclient @@ -370,7 +370,7 @@ if __name__ == '__main__': data = None if outbin: with open(outbin, 'ab+') as outf: - reader = HTTPSClient(json=json).grab_url( + reader = HTTPSClient(usejson=usejson).grab_url( sys.argv[1], data, returnrsp=True) chunk = reader.read(16384) while chunk: