Skip to content

Commit

Permalink
Update Blueprint, Clean up imports, update license year
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinfrlch committed Feb 4, 2025
1 parent ca92e8f commit ff95fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/llmvision/media_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ async def add_images(self, image_entities, image_paths, target_width, include_fi
)

if expose_images:
await self._save_clip(image_data=resized_image, image_path=f"{self.path}{image_entity.replace('camera.', '')}.jpg")
await self._save_clip(image_data=resized_image, image_path=f"{self.path}/{image_entity.replace('camera.', '')}.jpg")

except AttributeError as e:
raise ServiceValidationError(
Expand Down

0 comments on commit ff95fec

Please sign in to comment.