We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9eac5 commit 0a50c1bCopy full SHA for 0a50c1b
1 file changed
GenshinUID/genshinuid_poetry_abyss/draw_poetry_abyss.py
@@ -73,7 +73,7 @@ async def draw_poetry_abyss_img(
73
if not data['is_unlock'] or not data['data']:
74
return '[幻想真境剧诗] 你还没有解锁该模式!'
75
76
- data = data['data'][0]
+ data = data['data'][-1]
77
round_data = data['detail']['rounds_data']
78
stat_data = data['stat']
79
0 commit comments