확장자, 포트 수정

This commit is contained in:
2025-02-14 12:13:05 +09:00
parent 0d34c20882
commit c6a71467e8
6 changed files with 43 additions and 14 deletions

View File

@@ -49,7 +49,15 @@ async def convert_files():
for file in files:
file_ext = file.split(".")[-1].lower()
if file_ext in ["txt", "html", "docx", "pdf", "hwp"]:
if file_ext in [
"txt",
"html",
"pdf",
"hwp",
"pptx",
"xlsx",
"docx",
]:
task = {
"filename": file,
"extension": file_ext,