explicit define mimetypes

This commit is contained in:
Vladimir Mandic
2024-01-25 08:30:57 -05:00
parent 06081f62c7
commit 3f332242a1
+1
View File
@@ -14,6 +14,7 @@ import modules.errors
modules.errors.install()
mimetypes.init()
mimetypes.add_type('application/javascript', '.js')
mimetypes.add_type('image/webp', '.webp')
log = shared.log
opts = shared.opts
cmd_opts = shared.cmd_opts