删掉多余冒号
This commit is contained in:
parent
c9aa5b14ea
commit
ca10456b2b
@ -326,7 +326,7 @@ class FaceRecognitionSystem:
|
||||
|
||||
# 模式 + 状态信息在同一行
|
||||
if mode_prefix or status_parts:
|
||||
status_texts.append(mode_prefix + ": ".join(status_parts))
|
||||
status_texts.append(mode_prefix + " ".join(status_parts))
|
||||
|
||||
# 如果没有状态需要显示,直接返回原帧
|
||||
if not status_texts:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user