Skip to content

Commit

Permalink
Set type
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Dec 15, 2024
1 parent c60d595 commit c7be6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def config(request: Request):
camera_dict["zones"][zone_name]["color"] = zone.color

# remove go2rtc stream passwords
go2rtc = config_obj.go2rtc.model_dump(
go2rtc: dict[str, any] = config_obj.go2rtc.model_dump(
mode="json", warnings="none", exclude_none=True
)
for stream_name, stream in go2rtc.get("streams", {}).items():
Expand Down

0 comments on commit c7be6ba

Please sign in to comment.