From d3d1e097cf2ea887a819eaf82653eed3c7a4326f Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Sun, 12 Oct 2025 15:08:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=8B=E5=BA=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Aee1220310013/scripts/server.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Aee1220310013/scripts/server.py b/src/Aee1220310013/scripts/server.py index 51dbf28..0ab1124 100755 --- a/src/Aee1220310013/scripts/server.py +++ b/src/Aee1220310013/scripts/server.py @@ -21,8 +21,7 @@ def handle_process_id(req): last_one = int(ID[-1]) last_three = ID[-3:] - total_three = sum(int(d) for d in last_three) - radius = total_three % 3 + radius = last_three % 3 if radius == 0: radius = 3 / 2