1
0
Fork 0

Update main.py

This commit is contained in:
t.me/xtekky 2023-04-27 09:59:15 +01:00
parent 16e85fff4e
commit d5d5d8b1d0

View file

@ -28,5 +28,4 @@ while True:
if b'content' in chunk:
data = loads(chunk.decode('utf-8').split('data:')[1])
print(data['content'], end='')
print(data['content'], end='')