Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed Jun 15, 2023
1 parent a53fc32 commit 6e91cb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frigate/config.py
Expand Up @@ -676,9 +676,8 @@ def __init__(self, **config):
"detect" in input.get("roles", [])
):
try:

streamInfo = get_video_properties(input.get("path"))
config["detect"]["width"] = streamInfo["width"]
config["detect"]["width"] = streamInfo["width"]
config["detect"]["height"] = streamInfo["height"]
break
except Exception:
Expand Down

0 comments on commit 6e91cb3

Please sign in to comment.