summaryrefslogtreecommitdiff
path: root/smart_home/cameras.py
diff options
context:
space:
mode:
Diffstat (limited to 'smart_home/cameras.py')
-rw-r--r--smart_home/cameras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smart_home/cameras.py b/smart_home/cameras.py
index 2cf2de4..712d73f 100644
--- a/smart_home/cameras.py
+++ b/smart_home/cameras.py
@@ -28,6 +28,6 @@ class BaseCamera(dev.Device):
name = self.camera_name
assert name is not None
if name == 'driveway':
- return f'http://10.0.0.226:8080/Umtxxf1uKMBniFblqeQ9KRbb6DDzN4/mjpeg/GKlT2FfiSQ/driveway'
+ return 'http://10.0.0.226:8080/Umtxxf1uKMBniFblqeQ9KRbb6DDzN4/mjpeg/GKlT2FfiSQ/driveway'
else:
return f'http://10.0.0.226:8080/Umtxxf1uKMBniFblqeQ9KRbb6DDzN4/mp4/GKlT2FfiSQ/{name}/s.mp4'