From 678e87fd3148b806c7f8db4499dbfef3547c8462 Mon Sep 17 00:00:00 2001 From: Adrian Cowham Date: Thu, 3 Oct 2024 14:12:23 -0700 Subject: [PATCH] comment back in some code --- src/pipecat/services/canonical.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/services/canonical.py b/src/pipecat/services/canonical.py index 00990ad16..8fc415c95 100644 --- a/src/pipecat/services/canonical.py +++ b/src/pipecat/services/canonical.py @@ -96,9 +96,9 @@ class CanonicalMetricsService(AIService): await file.write(wave_data) try: - # await self._multipart_upload(filename) + await self._multipart_upload(filename) pipeline._reset_audio_buffer() - # await aiofiles.os.remove(filename) + await aiofiles.os.remove(filename) except FileNotFoundError: pass except Exception as e: