Skip to content

Commit

Permalink
Merge pull request #250 from tukcomCD2024/hotfix/capsule_skin-B-anima…
Browse files Browse the repository at this point in the history
…tion-#247

fix : filename 수정
  • Loading branch information
GaBaljaintheroom authored Mar 14, 2024
2 parents 2a8762f + 67abe96 commit 41a59f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/AnimatedDrawings/application/animation_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def callback(
try:
json_object = self.parse_json(body)

filename = '%s.gif' % uuid.uuid4()
filename = f"capsuleSkin/{json_object['memberId']}/{uuid.uuid4()}.gif"

chain(
self.make_animation_task.s(input_data=json_object,
Expand Down

0 comments on commit 41a59f0

Please sign in to comment.