From d5d5d8b1d02bbee8132d9e35a75ccc4188844498 Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:59:15 +0100 Subject: [PATCH] Update main.py --- unfinished/easyai/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unfinished/easyai/main.py b/unfinished/easyai/main.py index 3b24697..95abb12 100644 --- a/unfinished/easyai/main.py +++ b/unfinished/easyai/main.py @@ -28,5 +28,4 @@ while True: if b'content' in chunk: data = loads(chunk.decode('utf-8').split('data:')[1]) - print(data['content'], end='') - \ No newline at end of file + print(data['content'], end='') \ No newline at end of file