Skip to content

Commit

Permalink
加入原神黄历
Browse files Browse the repository at this point in the history
  • Loading branch information
H-K-Y committed Mar 24, 2021
1 parent a7a8294 commit 8c460aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion almanac/almanac.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def generate_almanac():
debuff_name = today_luck[(i+3)]

buff_effect = seed_random_list(seed , data[buff_name]["buff"] )
debuff_effect = seed_random_list(seed , data[buff_name]["debuff"] )
debuff_effect = seed_random_list(seed , data[debuff_name]["debuff"] )

buff_draw.text((0, i * 53), buff_name, fill="#756141ff", font=ImageFont.truetype(FONT_PATH, size=25))
debuff_draw.text((0, i * 53), debuff_name, fill="#756141ff", font=ImageFont.truetype(FONT_PATH, size=25))
Expand Down

0 comments on commit 8c460aa

Please sign in to comment.