mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Fix Lint
Signed-off-by: Russell Troxel <russell.troxel@segment.com>
This commit is contained in:
parent
edc634284e
commit
5ee468390e
@ -574,7 +574,7 @@ class FrigateApp:
|
|||||||
def start(self) -> None:
|
def start(self) -> None:
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
prog="Frigate",
|
prog="Frigate",
|
||||||
description="Frigate is a realtime object detection package that runs on Nvidia Jetson hardware."
|
description="An NVR with realtime local object detection for IP cameras.",
|
||||||
)
|
)
|
||||||
parser.add_argument("--validate-config", action="store_true")
|
parser.add_argument("--validate-config", action="store_true")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user