Spaces:
Running
Running
UPDATE
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ async def audio_editor(event):
|
|
192 |
# Load the audio file using your AudioFusion class
|
193 |
audio = Fusion.loadSound(file_path)
|
194 |
except Fusion.InvalidMusicFileError as e:
|
195 |
-
await event.
|
196 |
return os.remove(file_path)
|
197 |
|
198 |
|
|
|
192 |
# Load the audio file using your AudioFusion class
|
193 |
audio = Fusion.loadSound(file_path)
|
194 |
except Fusion.InvalidMusicFileError as e:
|
195 |
+
await event.reply(f'Error: {e}')
|
196 |
return os.remove(file_path)
|
197 |
|
198 |
|