修改程序问题
This commit is contained in:
parent
d3d1e097cf
commit
c712676156
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user