mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-12 02:47:11 +08:00
更新 __init__.py
This commit is contained in:
@@ -355,7 +355,7 @@ class StreamingHandler:
|
|||||||
prefix = ""
|
prefix = ""
|
||||||
if self._buffer and last_char != "\n":
|
if self._buffer and last_char != "\n":
|
||||||
prefix = "\n"
|
prefix = "\n"
|
||||||
return f"{prefix}{summary}\n"
|
return f"{prefix}{summary}\n\n"
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _format_tool_stat(category: str, count: int) -> str:
|
def _format_tool_stat(category: str, count: int) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user