"vscode:/vscode.git/clone" did not exist on "aaa7818000c42a82fc030212c35ef83f9799efd7"
Unverified Commit 96bf9caf authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Update examples/python-loganalysis/loganalysis.py


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent e4f59ba0
...@@ -43,9 +43,3 @@ for line in response.iter_lines(): ...@@ -43,9 +43,3 @@ for line in response.iter_lines():
if json_data['done'] == False: if json_data['done'] == False:
print(json_data['response'], end='', flush=True) print(json_data['response'], end='', flush=True)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment