quick commit

This commit is contained in:
ALIHAN DIKEL
2025-03-26 10:14:52 +03:00
parent 289ef7c1b2
commit 4b0730a4b0

View File

@@ -136,6 +136,7 @@ class AudioProcessor:
try:
logger.info(f"Starting transcription for {filename}")
logger.debug(file_path)
# Ensure only one transcription runs at a time
async with self._processing_lock: