RustImplementation #23
+1
-1
@@ -80,7 +80,7 @@ def menu_main(api: AirlockAPIWrapper):
|
||||
confirm = Selector.confirm()
|
||||
if direction and devices and confirm:
|
||||
for device in devices:
|
||||
moveAgentToRelatedPolicy(api,device, direction[0])
|
||||
moveAgentToRelatedPolicy(api,device, direction)
|
||||
elif choice == "4":
|
||||
findAgents(api,False)
|
||||
elif choice == "5":
|
||||
|
||||
Reference in New Issue
Block a user