修改程序错误
This commit is contained in:
parent
6b106c7e3c
commit
d3d1e097cf
@ -21,8 +21,7 @@ def handle_process_id(req):
|
|||||||
|
|
||||||
last_one = int(ID[-1])
|
last_one = int(ID[-1])
|
||||||
last_three = ID[-3:]
|
last_three = ID[-3:]
|
||||||
total_three = sum(int(d) for d in last_three)
|
radius = last_three % 3
|
||||||
radius = total_three % 3
|
|
||||||
if radius == 0:
|
if radius == 0:
|
||||||
radius = 3 / 2
|
radius = 3 / 2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user