puzshsahc usah
This commit is contained in:
Ali
2024-12-10 20:48:27 +01:00
parent 6b02a86b46
commit 42325cb600
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def retrieve_file_contents(path):
"jpg": lambda path: "",
"png": lambda path: "",
"txt": lambda path: lib.extract_pdf_content(path),
"mp3": lambda path: "test mp3"
"mp3": lambda path: lib.extract_mp3_content(path),
}
lib.read_files(path, files := [])