small code style change
changed double quotes to single quotes to match the coding style
This commit is contained in:
parent
ed1c563d1f
commit
a76d8108fe
|
@ -284,8 +284,8 @@ def parse_multipart_form(body, boundary):
|
|||
form_parts = body.split(boundary)
|
||||
for form_part in form_parts[1:-1]:
|
||||
file_name = None
|
||||
content_type = "text/plain"
|
||||
content_charset = "utf-8"
|
||||
content_type = 'text/plain'
|
||||
content_charset = 'utf-8'
|
||||
field_name = None
|
||||
line_index = 2
|
||||
line_end_index = 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user