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:
parent
8ef70d463f
commit
78163f1d09
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user