Update scene.py

This commit is contained in:
Netceor 2023-11-08 19:54:12 +08:00 committed by GitHub
parent 3fec85cbc0
commit 9eee9a9f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ class Scene:
result = self.control_robot_action(op_type, 1) # result = self.control_robot_action(op_type, 1) #
self.control_robot_action(0, 2) self.control_robot_action(0, 2)
if result: if result:
print("op_num:",self.op_act_num[op_type])
if self.op_act_num[op_type]>0: if self.op_act_num[op_type]>0:
for i in range(2,2+self.op_act_num[op_type]): for i in range(2,2+self.op_act_num[op_type]):
self.control_robot_action(op_type,i) self.control_robot_action(op_type,i)