Fix mistake
This commit is contained in:
parent
341b3db99e
commit
6960382aeb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class HumanReadableString(MarkdownString):
|
|||
|
||||
|
||||
class MaubotHTMLParser(MatrixParser[HumanReadableString]):
|
||||
e = HumanReadableString
|
||||
fs = HumanReadableString
|
||||
|
||||
|
||||
def parse_formatted(message: str, allow_html: bool = False, render_markdown: bool = True
|
||||
|
|
Loading…
Reference in a new issue