Update examples/python-loganalysis/loganalysis.py

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
This commit is contained in:
Matt Williams 2023-11-14 10:30:17 -08:00 committed by GitHub
parent e4f59ba073
commit 96bf9cafa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,9 +43,3 @@ for line in response.iter_lines():
if json_data['done'] == False:
print(json_data['response'], end='', flush=True)