perf: 优化签名

This commit is contained in:
ibuler 2021-10-25 10:08:49 +08:00 committed by 老广
parent cd5094f10d
commit 1f50a2fe33

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