mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
0873d60c0d
commit
e34deb4b28
|
@ -124,7 +124,8 @@ def _remove_quotes_within_quotes(content: str) -> str:
|
|||
quoted_str = content.split('<blockquote>', ctr)[1]
|
||||
if '</blockquote>' not in quoted_str:
|
||||
found = False
|
||||
else:
|
||||
continue
|
||||
|
||||
end_str = quoted_str.split('</blockquote>')[1]
|
||||
quoted_str = quoted_str.split('</blockquote>')[0]
|
||||
if '<blockquote>' not in end_str:
|
||||
|
|
Loading…
Reference in New Issue