@ -25,7 +25,7 @@ def convert_to_wav(file_name: str):
command = [
"tape2wav",
os.path.join("uploads", file_name),
os.path.join("uploads", f"${output}.wav"),
os.path.join("uploads", f"{output}.wav"),
]
try:
check_call(command)
The note is not visible to the blocked user.