mirror of
https://github.com/MODSetter/SurfSense
synced 2026-06-21 13:44:09 +00:00
clean up comments
This commit is contained in:
@@ -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(
|
||||
select(Podcast).filter(Podcast.chat_id == chat_id)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user