RustImplementation #23

Merged
mysticmomba merged 118 commits from RustImplementation into master 2025-11-04 18:13:24 -05:00
Showing only changes of commit f7ae588502 - Show all commits
+3 -1
View File
@@ -228,7 +228,9 @@ def menu_otp(api: AirlockAPIWrapper):
if choice == "1": if choice == "1":
otp_list = generate(api) otp_list = generate(api)
print(colorText(otp_list,"green")) print(colorText("Requested Codes:", "green"))
for key, value in otp_list.items():
print(colorText(f"{key} | {value}","green"))
elif choice == "2": elif choice == "2":
otp_activities_by_agent(api) otp_activities_by_agent(api)
elif choice == "3": elif choice == "3":