clean up comments

This commit is contained in:
thierryverse 2025-11-11 19:17:41 +02:00
parent cfb62ff73b
commit 9c959baadd

View file

@ -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)
) )