feat/remove html content LF

This commit is contained in:
SouthFox 2023-04-02 01:59:37 +08:00
parent 2b4c7a9b54
commit a919d31b97

View file

@ -154,7 +154,7 @@ def send_note(ctx):
key_bindings=_kb,
multiline=True,
)
content = to_html(content)
content = to_html(content).replace("\n", "")
async def _dodo():
async with async_session() as db_session: #type: ignore