diff --git a/account_manager.py b/account_manager.py index 00973a699781f1fe11ac4dd34315a8dfa2c35b13..aa2ca0bb58fa790d37dc45b11b489c2ebfd5628d 100755 --- a/account_manager.py +++ b/account_manager.py @@ -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}")