This commit is contained in:
2026-01-24 21:03:32 +01:00
parent 9d27e804a5
commit 12ff88f8e8

View File

@@ -414,14 +414,9 @@ if __name__ == "__main__":
text="Choose a service:",
values=actions
).run()
print("Selected:", selected_action)
# print("Possible actions: \n")
# i = 1
# for a in actions: