X Tutup
Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 2bf3fcf

Browse files
committed
remove charset from content_type
1 parent 2e0cee0 commit 2bf3fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

18-asyncio/charfinder/http_charfinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from charfinder import UnicodeNameIndex
88

99
TEMPLATE_NAME = 'http_charfinder.html'
10-
CONTENT_TYPE = 'text/html; charset=UTF-8'
10+
CONTENT_TYPE = 'text/html'
1111
SAMPLE_WORDS = ('bismillah chess cat circled Malayalam digit'
1212
' Roman face Ethiopic black mark symbol dot'
1313
' operator Braille hexagram').split()

0 commit comments

Comments
 (0)
X Tutup