Skip to content

Commit

Permalink
workaround for issue #181
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter committed Aug 3, 2024
1 parent 2b2d4d0 commit 1dc780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def check_env():
os.makedirs("data/config", exist_ok=True)
os.makedirs("temp", exist_ok=True)

# workaround for issue #188
# workaround for issue #181
mimetypes.add_type("text/javascript", ".js")
mimetypes.add_type("text/javascript", ".mjs")
mimetypes.add_type("application/json", ".json")
Expand Down

0 comments on commit 1dc780d

Please sign in to comment.