mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
clean up comments
This commit is contained in:
parent
cfb62ff73b
commit
9c959baadd
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ async def generate_chat_podcast(
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# check if podcast already exists for this chat with the same title (re-generation)
|
# check if podcast already exists for this chat (re-generation)
|
||||||
existing_podcast = await session.execute(
|
existing_podcast = await session.execute(
|
||||||
select(Podcast).filter(Podcast.chat_id == chat_id)
|
select(Podcast).filter(Podcast.chat_id == chat_id)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue