mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 16:47:37 +03:00
Improve titling:
This commit is contained in:
parent
eb68a9978d
commit
bc7f4eacc8
@ -190,6 +190,7 @@ Each line represents a detection state, not necessarily unique individuals. The
|
|||||||
if any("←" in obj for obj in review_data["unified_objects"]):
|
if any("←" in obj for obj in review_data["unified_objects"]):
|
||||||
metadata.potential_threat_level = 0
|
metadata.potential_threat_level = 0
|
||||||
|
|
||||||
|
metadata.title = metadata.title[0].upper() + metadata.title[1:]
|
||||||
metadata.time = review_data["start"]
|
metadata.time = review_data["start"]
|
||||||
return metadata
|
return metadata
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user