mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
更新 __init__.py
This commit is contained in:
@@ -354,7 +354,7 @@ class StreamingHandler:
|
|||||||
last_char = visible_buffer[-1:] if visible_buffer.strip() else ""
|
last_char = visible_buffer[-1:] if visible_buffer.strip() else ""
|
||||||
prefix = ""
|
prefix = ""
|
||||||
if self._buffer and last_char != "\n":
|
if self._buffer and last_char != "\n":
|
||||||
prefix = "\n"
|
prefix = "\n\n"
|
||||||
return f"{prefix}{summary}\n\n"
|
return f"{prefix}{summary}\n\n"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user