Excessive unescaping

merge-requests/30/head
Bob Mottram 2021-03-01 19:43:33 +00:00
parent f262e02ff1
commit 5e85887cd1
1 changed files with 0 additions and 1 deletions

View File

@ -2157,7 +2157,6 @@ def _updateSpeaker(baseDir: str, nickname: str, domain: str,
content = urllib.parse.unquote_plus(postJsonObject['object']['content'])
content = html.unescape(content)
content = removeHtml(htmlReplaceQuoteMarks(content))
content = content.replace('"', '"').replace(''', "'")
summary = ''
if postJsonObject['object'].get('summary'):
if isinstance(postJsonObject['object']['summary'], str):