feat/remove html content LF
This commit is contained in:
parent
2b4c7a9b54
commit
a919d31b97
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -154,7 +154,7 @@ def send_note(ctx):
|
||||||
key_bindings=_kb,
|
key_bindings=_kb,
|
||||||
multiline=True,
|
multiline=True,
|
||||||
)
|
)
|
||||||
content = to_html(content)
|
content = to_html(content).replace("\n", "")
|
||||||
|
|
||||||
async def _dodo():
|
async def _dodo():
|
||||||
async with async_session() as db_session: #type: ignore
|
async with async_session() as db_session: #type: ignore
|
||||||
|
|
Loading…
Reference in a new issue