mirror of https://gitlab.com/bashrc2/epicyon
Prepend dashes
parent
fc3816ca14
commit
5d0192732c
|
@ -1480,7 +1480,7 @@ def extract_text_fields_in_post(post_bytes, boundary: str, debug: bool,
|
|||
The boundary argument comes from the http header
|
||||
"""
|
||||
if boundary == 'LYNX':
|
||||
boundary == '--LYNX'
|
||||
boundary = '--LYNX'
|
||||
|
||||
if not unit_test_data:
|
||||
msg_bytes = email.parser.BytesParser().parsebytes(post_bytes)
|
||||
|
|
Loading…
Reference in New Issue