mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
💄 auto fix by pre-commit hooks
This commit is contained in:
parent
0ce0034a56
commit
7d7c71d383
@ -56,7 +56,7 @@ class Arknights(NewMessage):
|
|||||||
pics = []
|
pics = []
|
||||||
if raw_data["bannerImageUrl"]:
|
if raw_data["bannerImageUrl"]:
|
||||||
pics.append(raw_post["bannerImageUrl"])
|
pics.append(raw_post["bannerImageUrl"])
|
||||||
|
|
||||||
elif raw_data["content"]:
|
elif raw_data["content"]:
|
||||||
require("nonebot_plugin_htmlrender")
|
require("nonebot_plugin_htmlrender")
|
||||||
from nonebot_plugin_htmlrender import template_to_pic
|
from nonebot_plugin_htmlrender import template_to_pic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user