Skip to content

Commit

Permalink
new: Preview for ODF files.
Browse files Browse the repository at this point in the history
Fix #765
  • Loading branch information
Rafiot committed Jan 7, 2025
1 parent 02d1308 commit ca318b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandora/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class File:
'XLS': 'MS Excel document',
}
OLETOOLS_TYPES: set[str] = {'DOC', 'PPT', 'RTF', 'XLS'}
UNOCONV_TYPES: set[str] = {'CSS', 'DOC', 'JSC', 'PPT', 'RTF', 'TXT', 'XLS'}
UNOCONV_TYPES: set[str] = {'CSS', 'DOC', 'JSC', 'PPT', 'RTF', 'TXT', 'XLS', 'ODF'}
FOLDER_MODE = 0o2775
FILE_MODE = 0o0664
SUBPROCESS_TIMEOUT: int = 30
Expand Down

0 comments on commit ca318b1

Please sign in to comment.