Skip to content

Commit 228af5b

Browse files
committed
Link example issue
1 parent f261c50 commit 228af5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/py/reactpy/reactpy/backend/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
_logger = getLogger(__name__)
55

66
# Fix for missing mime types due to OS corruption/misconfiguration
7+
# Example: https://github.com/encode/starlette/issues/829
78
if not mimetypes.inited:
89
mimetypes.init()
910
MIME_TYPES = {

0 commit comments

Comments
 (0)