Skip to content

Commit 54c291c

Browse files
use url (#223)
1 parent fdf5e56 commit 54c291c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/cameras_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def display_cam_cards(cameras):
5757
style={"padding": "10px"},
5858
),
5959
dbc.CardImg(
60-
src=row["last_image"] if row["last_image"] is not None else no_cam_img_url,
60+
src=row["last_image_url"] if row["last_image_url"] is not None else no_cam_img_url,
6161
top=False,
6262
style={"width": "100%", "borderRadius": "0"},
6363
),

0 commit comments

Comments
 (0)