mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
Process recordings without transcript
This commit is contained in:
@@ -192,7 +192,7 @@ async def reprocess_failed_recordings():
|
||||
f"Removed invalid transcript for meeting: {meeting.id}"
|
||||
)
|
||||
|
||||
if transcript is not None and transcript.status == "error":
|
||||
if transcript is None or transcript.status == "error":
|
||||
logger.info(
|
||||
f"Queueing recording for processing: {object_key}, meeting {meeting.id}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user