comment back in some code

This commit is contained in:
Adrian Cowham
2024-10-03 14:12:23 -07:00
parent 4d81a2ebfe
commit 678e87fd31

View File

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