Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Apr 27, 2023
1 parent 16e85ff commit d5d5d8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unfinished/easyai/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@

if b'content' in chunk:
data = loads(chunk.decode('utf-8').split('data:')[1])
print(data['content'], end='')

print(data['content'], end='')

0 comments on commit d5d5d8b

Please sign in to comment.