update llc_cli.py. 这次应该OK了

Signed-off-by: Eilles Wan <w-yi_doctoryi@outlook.com>
This commit is contained in:
Eilles Wan 2024-03-08 11:14:59 +00:00 committed by Gitee
parent d18e636278
commit 9ec33845f4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -187,12 +187,12 @@ def is_in_player(sth: str, in_ok: tuple = (0,1,2)):
[ [
(i, v) (i, v)
for i, v in [ for i, v in [
0, (0,
("delay", "0", "延迟", "帝蕾"), ("delay", "0", "延迟", "帝蕾"),),
1, (1,
("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"), ("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"),),
2, (2,
("repeater", "2", "中继器", "瑞皮特"), ("repeater", "2", "中继器", "瑞皮特"),),
] ]
if i in in_ok if i in in_ok
] ]