Skip to content

Commit

Permalink
Fix .imageURL to .image_url
Browse files Browse the repository at this point in the history
  • Loading branch information
iperezx committed Jun 30, 2023
1 parent 42cdfd7 commit 2eb98c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CameraDevice(CameraDeviceBase):
def __init__(self, camera_endpoint):
self.camera_src = camera_endpoint
self.server_name = camera_endpoint
self.imageURL = camera_endpoint
self.image_url = camera_endpoint
self.description = f'{camera_endpoint} Camera on Device'
self._set_camera_src()

Expand Down

0 comments on commit 2eb98c0

Please sign in to comment.