Skip to content

Commit

Permalink
modify flower vase synth logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AsukaNamiki committed Jan 11, 2025
1 parent 0b84f91 commit 8ed709a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/lambda/flower_vase/flower_vase.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def lambda_handler(event, context):
palette.paste(flower, flower_position, flower)

# 花瓶をパレットに貼り付け
vase_position = ((palette_width - vase.width) // 2, 400)
vase_position = ((palette_width - vase.width) // 2, 120)
palette.paste(vase, vase_position, vase)

# 保存先のキーを構築
Expand Down

0 comments on commit 8ed709a

Please sign in to comment.