phasselbring/dice-scraper-browser
0
1# Write files to disk so user can upload them2for name, content in files.items():3 Path(f"/mnt/data/{name}").write_text(content.strip())4 5# Output paths for download6list(files.keys())1# Write files to disk so user can upload them2for name, content in files.items():3 Path(f"/mnt/data/{name}").write_text(content.strip())4 5# Output paths for download6list(files.keys())