Compare commits
2 commits
cd73d9dada
...
455863c138
Author | SHA1 | Date | |
---|---|---|---|
455863c138 | |||
eebd5d8c6d |
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ class MIMEHandler:
|
||||||
break
|
break
|
||||||
|
|
||||||
if cat in self.exceptions:
|
if cat in self.exceptions:
|
||||||
cat = self.exceptions[cat].get(ext, MIMECategory.Fallback)
|
cat = self.exceptions[cat].get(ext) or cat
|
||||||
|
|
||||||
return cat
|
return cat
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue