Fix file extension typo
This commit is contained in:
parent
ec1bc21a91
commit
9b4942401f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ class FileReader:
|
|||
".jpeg",
|
||||
".jpg",
|
||||
".md",
|
||||
".pdf.png",
|
||||
".pdf",
|
||||
".png",
|
||||
".pptx",
|
||||
".tiff",
|
||||
".xlsx",
|
||||
|
|
|
|||
Loading…
Reference in a new issue