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",
|
".jpeg",
|
||||||
".jpg",
|
".jpg",
|
||||||
".md",
|
".md",
|
||||||
".pdf.png",
|
".pdf",
|
||||||
|
".png",
|
||||||
".pptx",
|
".pptx",
|
||||||
".tiff",
|
".tiff",
|
||||||
".xlsx",
|
".xlsx",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue