Skip to content
Snippets Groups Projects
Commit 5035ac5f authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Remove the conditional check for arg '-a' or '--all'

parent 8a37e8e4
No related branches found
No related tags found
2 merge requests!147Merge previous default branch feat-cod-rmq into main,!119Feat account management
...@@ -43,7 +43,6 @@ elif state == 'ok': ...@@ -43,7 +43,6 @@ elif state == 'ok':
else: else:
print("Invalid state provided. Check the help menu.") print("Invalid state provided. Check the help menu.")
if args.all is not None:
if args.service == 'all': if args.service == 'all':
# send a broadcast message to all agents # send a broadcast message to all agents
rc_rmq.publish_msg( rc_rmq.publish_msg(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment