mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
Cleanup
This commit is contained in:
parent
0f8c3407e7
commit
7c917634f8
@ -65,7 +65,7 @@ class GenAIClient:
|
||||
|
||||
def get_verified_objects() -> str:
|
||||
if review_data["recognized_objects"]:
|
||||
return "\n - " + "\n - ".join(review_data["recognized_objects"])
|
||||
return " - " + "\n - ".join(review_data["recognized_objects"])
|
||||
else:
|
||||
return " None"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user