RustImplementation #23

Merged
mysticmomba merged 118 commits from RustImplementation into master 2025-11-04 18:13:24 -05:00
Showing only changes of commit 5343b27533 - Show all commits
+1 -1
View File
@@ -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":