Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
chore: clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jan 14, 2024
1 parent 62a8c91 commit f2e0887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/📣 Real-time flooding detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def get_icon_color(label: Union[bool, None]):
& (chart_data["longitude"] == obj_coord["lng"])
]

image_b64 = selected_data["image_base64"].values[0]
image_b64 = selected_data.get("image_base64", None)

selected_data = (
selected_data[["id_camera", "url_camera"]]
Expand Down

0 comments on commit f2e0887

Please sign in to comment.