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

Change the success message to reflect action taken

parent ab0d97c1
No related branches found
No related tags found
2 merge requests!147Merge previous default branch feat-cod-rmq into main,!119Feat account management
......@@ -77,7 +77,7 @@ def callback(channel, method, properties, body):
username = msg["username"]
if msg["success"]:
print(f"Account for {username} has been blocked.\n Updating the user state in DB")
print(f"Account for {username} has been {action}ed.\n Updating the user state in DB")
rc_util.update_state(username, state)
else:
print(f"There's some issue in account management agents for {username}")
......
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