diff --git a/account_manager.py b/account_manager.py index b6bee062e7a9742819a85552dd3983d1751c39dd..ee4ff92cc278d6fa9297e85ad9699cbde3e0cc42 100755 --- a/account_manager.py +++ b/account_manager.py @@ -88,7 +88,7 @@ def callback(channel, method, properties, body): rc_util.rc_rmq.disconnect() -print(f"{args.action} action for {args.username} requested.") +print(f"{action} action for {args.username} requested.") # Set initial timeout timer signal.signal(signal.SIGALRM, timeout_handler)