Skip to content

Commit 3f06fcb

Browse files
committed
add .chm extension
1 parent 060668c commit 3f06fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classifier/classifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def main():
100100
'Archives': ['.rar', '.zip', '.7z', '.gz', '.bz2', '.tar', '.dmg', '.tgz', '.xz'],
101101
'Documents': ['.txt', '.pdf', '.doc', '.docx', '.xls', '.xlsv', '.xlsx',
102102
'.ppt', '.pptx', '.ppsx', '.odp', '.odt', '.ods', '.md', '.json', '.csv'],
103-
'Books': ['.mobi', '.epub'],
103+
'Books': ['.mobi', '.epub', '.chm'],
104104
'RPMPackages': ['.rpm']
105105
}
106106

0 commit comments

Comments
 (0)