1 parent 74c4645 commit 39d6a33Copy full SHA for 39d6a33
1 file changed
comiccrawler/filename_ext.py
@@ -6,7 +6,7 @@
6
import puremagic
7
8
mime_dict = {
9
- t.mime_type: t for t in puremagic.magic_header_array
+ t.mime_type: t for t in puremagic.main.magic_header_array
10
}
11
12
def ext_from_mime(mime):
0 commit comments