summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-27 10:59:15 +0200
committert.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-27 10:59:15 +0200
commitd5d5d8b1d02bbee8132d9e35a75ccc4188844498 (patch)
treecfccab32dfd861fb925c98666a9e71105c84d951
parentMerge pull request #173 from sudouser777/feature/code_refactor (diff)
downloadgpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar
gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.gz
gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.bz2
gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.lz
gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.xz
gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.tar.zst
gpt4free-d5d5d8b1d02bbee8132d9e35a75ccc4188844498.zip
-rw-r--r--unfinished/easyai/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/unfinished/easyai/main.py b/unfinished/easyai/main.py
index 3b246977..95abb12c 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