replit-py
replit-py copied to clipboard
Replit audio error
Problem:
When using the audio module from this package, a FileNotFoundError occurs
Code sample:
from replit import audio
x = audio.play_file("flashback.mp3")
print(x)
Error:
