From 9ec33845f470c2dc16a075b3bc3ba05be13cdcf0 Mon Sep 17 00:00:00 2001 From: Eilles Wan Date: Fri, 8 Mar 2024 11:14:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20llc=5Fcli.py.=20=E8=BF=99=E6=AC=A1?= =?UTF-8?q?=E5=BA=94=E8=AF=A5OK=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eilles Wan --- llc_cli.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/llc_cli.py b/llc_cli.py index e5305c1..d654a05 100644 --- a/llc_cli.py +++ b/llc_cli.py @@ -187,12 +187,12 @@ def is_in_player(sth: str, in_ok: tuple = (0,1,2)): [ (i, v) for i, v in [ - 0, - ("delay", "0", "延迟", "帝蕾"), - 1, - ("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"), - 2, - ("repeater", "2", "中继器", "瑞皮特"), + (0, + ("delay", "0", "延迟", "帝蕾"),), + (1, + ("score", "1", "计分板", "积分", "积分板", "计分", "斯阔尔"),), + (2, + ("repeater", "2", "中继器", "瑞皮特"),), ] if i in in_ok ]