# Attempting to list all files in the /mnt/data directory to find the correct filename
import os
files = os.listdir("/mnt/data")
files