mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Fix type
This commit is contained in:
parent
29425b679e
commit
d44de4f73c
@ -242,7 +242,7 @@ async def set_gpu_stats(
|
|||||||
|
|
||||||
async def set_npu_usages(
|
async def set_npu_usages(
|
||||||
config: FrigateConfig, all_stats: dict[str, Any]
|
config: FrigateConfig, all_stats: dict[str, Any]
|
||||||
) -> dict[str, Any]:
|
) -> None:
|
||||||
stats: dict[str, dict] = {}
|
stats: dict[str, dict] = {}
|
||||||
|
|
||||||
for detector in config.detectors.values():
|
for detector in config.detectors.values():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user