哪里多出来的

This commit is contained in:
Wuyi无疑 2022-04-07 10:21:01 +08:00 committed by GitHub
parent 97381b916d
commit acf6e7ead3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1227,7 +1227,7 @@ async def draw_pic(uid: str, nickname: str, image: Optional[Match] = None, mode:
# 稻妻
if inazuma:
text_draw.text((750, 588), str(inazuma:['exploration_percentage'] / 10) + '%', text_color,
text_draw.text((750, 588), str(inazuma['exploration_percentage'] / 10) + '%', text_color,
genshin_font(22))
text_draw.text((750, 616), 'lv.' + str(inazuma['level']), text_color, genshin_font(22))
text_draw.text((750, 644), 'lv.' + str(inazuma['offerings'][0]['level']), text_color,