Skip to content

Commit 39d6a33

Browse files
committed
Fix: mime to ext
1 parent 74c4645 commit 39d6a33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comiccrawler/filename_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import puremagic
77

88
mime_dict = {
9-
t.mime_type: t for t in puremagic.magic_header_array
9+
t.mime_type: t for t in puremagic.main.magic_header_array
1010
}
1111

1212
def ext_from_mime(mime):

0 commit comments

Comments
 (0)