mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-10 22:41:51 +02:00
formatting
This commit is contained in:
@@ -316,8 +316,10 @@ def parse(
|
|||||||
|
|
||||||
if jc.utils.has_data(data):
|
if jc.utils.has_data(data):
|
||||||
data_list = data.splitlines()
|
data_list = data.splitlines()
|
||||||
|
|
||||||
if data_list[0].startswith('* '):
|
if data_list[0].startswith('* '):
|
||||||
curl_verbose = True
|
curl_verbose = True
|
||||||
|
|
||||||
data_list = [_remove_extra_chars(x, verbose=curl_verbose) for x in data_list]
|
data_list = [_remove_extra_chars(x, verbose=curl_verbose) for x in data_list]
|
||||||
data_str = '\n'.join(data_list)
|
data_str = '\n'.join(data_list)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user