String formatting improvements (#33635)
* String formatting improvements * Found another one
This commit is contained in:
parent
025cce3445
commit
e8a0abd107
39 changed files with 52 additions and 56 deletions
|
@ -161,7 +161,7 @@ class OpenAlprLocalEntity(ImageProcessingAlprEntity):
|
|||
if name:
|
||||
self._name = name
|
||||
else:
|
||||
self._name = "OpenAlpr {0}".format(split_entity_id(camera_entity)[1])
|
||||
self._name = "OpenAlpr {}".format(split_entity_id(camera_entity)[1])
|
||||
|
||||
@property
|
||||
def confidence(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue