Skip to content

Commit

Permalink
adds detection for ini extension
Browse files Browse the repository at this point in the history
  • Loading branch information
huettenhain committed Dec 3, 2024
1 parent 8f9f925 commit 3651d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions refinery/lib/mime.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class NoMagicAvailable(ModuleNotFoundError):


FileTypeMap = {
'application/x-setupscript': 'ini',
'applicaiton/x-bytecode.python': 'pyc',
'application/acad': 'dwg',
'application/arj': 'arj',
Expand Down

0 comments on commit 3651d7f

Please sign in to comment.