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