perf: 优化签名

pull/7066/head
ibuler 2021-10-25 10:08:49 +08:00 committed by 老广
parent cd5094f10d
commit 1f50a2fe33
1 changed files with 3 additions and 1 deletions

View File

@ -140,10 +140,12 @@ class Message(metaclass=MessageType):
msg = self.get_html_msg()
msg['message'] = textwrap.dedent("""
{}
<small>
<br />
<br />
<small>{}</small>
{}
</small>
""").format(msg['message'], self.signature)
return msg