diff --git a/matrix/commands.py b/matrix/commands.py index b9ca16e..0b6317b 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -756,8 +756,8 @@ def olm_sas_command(server, args): if not sas: server.error("No active key verification found for " "device {} of user {}.".format( - args.user_id, - args.device_id + args.device_id, + args.user_id )) return W.WEECHAT_RC_OK