Skip to content

Commit bddb41f

Browse files
committed
update api.py
1 parent 53065d1 commit bddb41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def post_invocations(self, username, b64images):
415415
self.s3_client.put_object(
416416
Body=output.getvalue(),
417417
Bucket=bucket,
418-
Key=f'{key}/{image_id}.jpg'
418+
Key=f'{key}{image_id}.jpg'
419419
)
420420

421421
def invocations(self, req: InvocationsRequest):

0 commit comments

Comments
 (0)