2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 20:52:30 +00:00

Correct issue in parameter rename for apiclient

This commit is contained in:
Jarrod Johnson 2021-10-29 07:23:26 -04:00
parent 8ef70d463f
commit 78163f1d09

View File

@ -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: