summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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