확장자, 포트 수정
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user