comment back in some code
This commit is contained in:
@@ -96,9 +96,9 @@ class CanonicalMetricsService(AIService):
|
|||||||
await file.write(wave_data)
|
await file.write(wave_data)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# await self._multipart_upload(filename)
|
await self._multipart_upload(filename)
|
||||||
pipeline._reset_audio_buffer()
|
pipeline._reset_audio_buffer()
|
||||||
# await aiofiles.os.remove(filename)
|
await aiofiles.os.remove(filename)
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user