Indentation

merge-requests/30/head
Bob Mottram 2022-07-05 12:15:26 +01:00
parent 374668abe6
commit f0b9210df7
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ def _get_simplified_content(content: str) -> str:
content_simplified = content_simplified.replace('. ', ' ').strip()
if content_simplified.endswith('.'):
content_simplified = content_simplified[:len(content_simplified)-1]
return content_simplified
return content_simplified
def add_html_tags(base_dir: str, http_prefix: str,