📝 函数指引

This commit is contained in:
2024-06-02 13:58:41 +08:00
parent bdb1191f9e
commit d6341c88cd
3 changed files with 4 additions and 9 deletions

View File

@ -154,7 +154,7 @@ async def generate_chart(limit):
)
img = await template2image(
template=get_path("templates/sign_status.html", debug=True),
template=get_path("templates/sign_status.html"),
templates={
"data": data
},