commands: Fix an error message.
This commit is contained in:
parent
9f01a05617
commit
88a2de637d
1 changed files with 2 additions and 2 deletions
|
@ -756,8 +756,8 @@ def olm_sas_command(server, args):
|
||||||
if not sas:
|
if not sas:
|
||||||
server.error("No active key verification found for "
|
server.error("No active key verification found for "
|
||||||
"device {} of user {}.".format(
|
"device {} of user {}.".format(
|
||||||
args.user_id,
|
args.device_id,
|
||||||
args.device_id
|
args.user_id
|
||||||
))
|
))
|
||||||
return W.WEECHAT_RC_OK
|
return W.WEECHAT_RC_OK
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue