From c712676156fcedc4109d946308526a066f3f3c1b Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Sun, 12 Oct 2025 15:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=8B=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Aee1220310013/scripts/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aee1220310013/scripts/server.py b/src/Aee1220310013/scripts/server.py index 0ab1124..167e7ae 100755 --- a/src/Aee1220310013/scripts/server.py +++ b/src/Aee1220310013/scripts/server.py @@ -20,7 +20,7 @@ def handle_process_id(req): y = int(total_str[-1]) last_one = int(ID[-1]) - last_three = ID[-3:] + last_three = int(ID[-3:]) radius = last_three % 3 if radius == 0: radius = 3 / 2